From 22a156bce799e1b6cb72d1c9fdff3a715f8b9b53 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Sat, 13 Jul 2024 21:23:12 -0400 Subject: [PATCH] Added scaled item output --- mythic-scaled.sql | 335269 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 335269 insertions(+) create mode 100644 mythic-scaled.sql diff --git a/mythic-scaled.sql b/mythic-scaled.sql new file mode 100644 index 0000000..a002dd8 --- /dev/null +++ b/mythic-scaled.sql @@ -0,0 +1,335269 @@ + +-- Item Feline Mantle Entry: 3748 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003748; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3748 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 255, + stat_type2 = 6, + stat_value2 = 180, + stat_type3 = 45, + stat_value3 = 73, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20003748; + +-- Item Wolfmaster Cape Entry: 6314 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006314; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6314 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 13, + stat_value1 = 118, + stat_type2 = 3, + stat_value2 = 161, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006314; + +-- Item Butcher's Cleaver Entry: 1292 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 358, + dmg_max1 = 691, + dmg_min2 = 358, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 158, + stat_type2 = 3, + stat_value2 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001292; + +-- Item Bloody Apron Entry: 6226 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006226; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6226 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006226; + +-- Item Butcher's Slicer Entry: 6633 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 577, + dmg_max1 = 1163, + dmg_min2 = 577, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006633; + +-- Item Silverlaine's Family Seal Entry: 6321 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 372, + stat_type2 = 7, + stat_value2 = 227, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006321; + +-- Item Baron's Scepter Entry: 6323 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006323; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6323 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 498, + dmg_max1 = 927, + dmg_min2 = 498, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006323; + +-- Item Meteor Shard Entry: 6220 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13442 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1162, EffectBasePoints_2 = 0 + WHERE ID = 30013442; + DELETE FROM acore_world.item_template WHERE entry = 20006220; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6220 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 390, + dmg_max1 = 669, + dmg_min2 = 390, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31013442, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006220; + +-- Item Robes of Arugal Entry: 6324 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006324; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6324 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 139, + stat_type2 = 5, + stat_value2 = 264, + stat_type3 = 7, + stat_value3 = 189, + stat_type4 = 45, + stat_value4 = 209, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006324; + +-- Item Belt of Arugal Entry: 6392 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006392; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6392 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 211, + stat_type2 = 6, + stat_value2 = 104, + stat_type3 = 45, + stat_value3 = 55, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006392; + +-- Item Arced War Axe Entry: 3191 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003191; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3191 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 736, + dmg_max1 = 1545, + dmg_min2 = 736, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 316, + stat_type2 = 7, + stat_value2 = 295, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003191; + +-- Item Commander's Crest Entry: 6320 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006320; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6320 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 171, + stat_type2 = 13, + stat_value2 = 74, + stat_type3 = 7, + stat_value3 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20006320; + +-- Item Odo's Ley Staff Entry: 6318 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 785, + dmg_max1 = 1443, + dmg_min2 = 785, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 375, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006318; + +-- Item Girdle of the Blindwatcher Entry: 6319 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006319; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6319 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 166, + stat_type2 = 5, + stat_value2 = 178, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20006319; + +-- Item Black Wolf Bracers Entry: 3230 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003230; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3230 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20003230; + +-- Item Fenrus' Hide Entry: 6340 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 181, + stat_type2 = 7, + stat_value2 = 161, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006340; + +-- Item Haunting Blade Entry: 6641 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 973, + dmg_max1 = 1891, + dmg_min2 = 973, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006641; + +-- Item Phantom Armor Entry: 6642 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006642; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6642 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 209, + stat_type2 = 7, + stat_value2 = 333, + stat_type3 = 4, + stat_value3 = 157, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20006642; + +-- Item Night Watch Shortsword Entry: 935 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 449, + dmg_max1 = 953, + dmg_min2 = 449, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000935; + +-- Item Prospector Axe Entry: 12975 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 534, + dmg_max1 = 996, + dmg_min2 = 534, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012975; + +-- Item Ironpatch Blade Entry: 12976 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 421, + dmg_max1 = 891, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012976; + +-- Item Magefist Gloves Entry: 12977 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012977; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12977 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 109, + stat_type2 = 6, + stat_value2 = 128, + stat_type3 = 5, + stat_value3 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012977; + +-- Item Stormbringer Belt Entry: 12978 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 4, + stat_value2 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012978; + +-- Item Firebane Cloak Entry: 12979 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012979; + +-- Item Silver-linked Footguards Entry: 12982 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012982; + +-- Item Rakzur Club Entry: 12983 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012983; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12983 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 613, + dmg_max1 = 1149, + dmg_min2 = 613, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 190, + stat_type3 = 7, + stat_value3 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012983; + +-- Item Skycaller Entry: 12984 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012984; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12984 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 321, + dmg_max1 = 637, + dmg_min2 = 321, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012984; + +-- Item Lil Timmy's Peashooter Entry: 13136 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013136; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13136 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 566, + dmg_max1 = 1028, + dmg_min2 = 566, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013136; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 186, + stat_type3 = 5, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 6, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 389, + dmg_max1 = 810, + dmg_min2 = 389, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2709, EffectBasePoints_2 = 78 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 573, + dmg_max1 = 1096, + dmg_min2 = 573, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 756, + dmg_max1 = 1525, + dmg_min2 = 756, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 498, + dmg_max1 = 877, + dmg_min2 = 498, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 271, + dmg_max1 = 514, + dmg_min2 = 271, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 428, + dmg_max1 = 946, + dmg_min2 = 428, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 510, + dmg_max1 = 1083, + dmg_min2 = 510, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 674, + dmg_max1 = 1223, + dmg_min2 = 674, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 249, + stat_type2 = 45, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Face Smasher Entry: 1483 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001483; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1483 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 504, + dmg_max1 = 905, + dmg_min2 = 504, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001483; + +-- Item Witching Stave Entry: 1484 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001484; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1484 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 801, + dmg_max1 = 1603, + dmg_min2 = 801, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 296, + stat_type2 = 45, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001484; + +-- Item Mindthrust Bracers Entry: 1974 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001974; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1974 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 275, + stat_type2 = 7, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20001974; + +-- Item Black Malice Entry: 3194 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18205 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2322, EffectBasePoints_2 = 0 + WHERE ID = 30018205; + DELETE FROM acore_world.item_template WHERE entry = 20003194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 705, + dmg_max1 = 1314, + dmg_min2 = 705, + dmg_max2 = 112, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018205, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003194; + +-- Item Night Reaver Entry: 1318 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13480 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2316, EffectBasePoints_2 = 0 + WHERE ID = 30013480; + DELETE FROM acore_world.item_template WHERE entry = 20001318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 727, + dmg_max1 = 1348, + dmg_min2 = 727, + dmg_max2 = 89, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013480, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001318; + +-- Item Shadowfang Entry: 1482 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20001482; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1482 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 434, + dmg_max1 = 912, + dmg_min2 = 434, + dmg_max2 = 143, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001482; + +-- Item Gloomshroud Armor Entry: 1489 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001489; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1489 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001489; + +-- Item Assassin's Blade Entry: 1935 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 358, + dmg_max1 = 636, + dmg_min2 = 358, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 119, + stat_type2 = 4, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001935; + +-- Item Duskbringer Entry: 2205 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18217 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2131, EffectBasePoints_2 = 0 + WHERE ID = 30018217; + DELETE FROM acore_world.item_template WHERE entry = 20002205; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2205 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 689, + dmg_max1 = 1480, + dmg_min2 = 689, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018217, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002205; + +-- Item Necrology Robes Entry: 2292 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 344, + stat_type2 = 7, + stat_value2 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002292; + +-- Item Guillotine Axe Entry: 2807 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002807; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2807 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 445, + dmg_max1 = 911, + dmg_min2 = 445, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002807; + +-- Item Kam's Walking Stick Entry: 2280 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 625, + dmg_max1 = 1403, + dmg_min2 = 625, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 350, + stat_type2 = 45, + stat_value2 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002280; + +-- Item Prison Shank Entry: 2941 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002941; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2941 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 342, + dmg_max1 = 722, + dmg_min2 = 342, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 158, + stat_type2 = 7, + stat_value2 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002941; + +-- Item Iron Knuckles Entry: 2942 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 313, + dmg_max1 = 691, + dmg_min2 = 313, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13491, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002942; + +-- Item Jimmied Handcuffs Entry: 3228 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003228; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3228 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 7, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20003228; + +-- Item Gnarled Ash Staff Entry: 791 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 796, + dmg_max1 = 1592, + dmg_min2 = 796, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 375, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000791; + +-- Item Forest Tracker Epaulets Entry: 2278 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 277, + stat_type2 = 4, + stat_value2 = 173, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20002278; + +-- Item Bearded Boneaxe Entry: 2878 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002878; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2878 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 394, + dmg_max1 = 745, + dmg_min2 = 394, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 129, + stat_type2 = 3, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002878; + +-- Item Looming Gavel Entry: 13048 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 520, + dmg_max1 = 913, + dmg_min2 = 520, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 153, + stat_type2 = 3, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013048; + +-- Item Deanship Claymore Entry: 13049 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013049; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13049 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 737, + dmg_max1 = 1383, + dmg_min2 = 737, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 184, + stat_type2 = 12, + stat_value2 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013049; + +-- Item Shield of Thorsen Entry: 13079 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 257, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20013079; + +-- Item The Queen's Jewel Entry: 13094 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 381, + stat_type2 = 5, + stat_value2 = 168, + stat_type3 = 7, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013094; + +-- Item Glowing Magical Bracelets Entry: 13106 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 45, + stat_value2 = 78, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013106; + +-- Item Troll's Bane Leggings Entry: 13114 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013114; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13114 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 238, + stat_type2 = 38, + stat_value2 = 258, + stat_type3 = 7, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013114; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 379, + dmg_max1 = 674, + dmg_min2 = 379, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 6, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 375, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 4, + stat_value2 = 228, + stat_type3 = 3, + stat_value3 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 166, + stat_type2 = 45, + stat_value2 = 178, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 3, + stat_value2 = 89, + stat_type3 = 7, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013012; + +-- Item Brawler Gloves Entry: 720 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 184, + stat_type2 = 4, + stat_value2 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20000720; + +-- Item Dense Triangle Mace Entry: 3203 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 553, + dmg_max1 = 1133, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 305, + stat_type2 = 4, + stat_value2 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003203; + +-- Item Amy's Blanket Entry: 13005 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013005; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13005 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013005; + +-- Item Beazel's Basher Entry: 13024 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 453, + dmg_max1 = 1010, + dmg_min2 = 453, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 163, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013024; + +-- Item Orb of Mistmantle Entry: 13031 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013031; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13031 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 171, + stat_type2 = 45, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013031; + +-- Item Thunderbrow Ring Entry: 13097 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013097; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13097 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 213, + stat_type2 = 4, + stat_value2 = 381, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013097; + +-- Item Moccasins of the White Hare Entry: 13099 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 277, + stat_type2 = 45, + stat_value2 = 123, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013099; + +-- Item Sparkleshell Mantle Entry: 13131 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013131; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13131 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 281, + stat_type2 = 3, + stat_value2 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013131; + +-- Item Gnarled Ash Staff Entry: 791 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 726, + dmg_max1 = 1534, + dmg_min2 = 726, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 375, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000791; + +-- Item Forest Tracker Epaulets Entry: 2278 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 173, + stat_type2 = 3, + stat_value2 = 277, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20002278; + +-- Item Bearded Boneaxe Entry: 2878 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002878; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2878 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 339, + dmg_max1 = 695, + dmg_min2 = 339, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 129, + stat_type2 = 3, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002878; + +-- Item Looming Gavel Entry: 13048 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 435, + dmg_max1 = 962, + dmg_min2 = 435, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 153, + stat_type2 = 3, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013048; + +-- Item Deanship Claymore Entry: 13049 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013049; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13049 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 768, + dmg_max1 = 1281, + dmg_min2 = 768, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 12, + stat_value1 = 150, + stat_type2 = 6, + stat_value2 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013049; + +-- Item Shield of Thorsen Entry: 13079 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 257, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20013079; + +-- Item The Queen's Jewel Entry: 13094 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 381, + stat_type2 = 5, + stat_value2 = 168, + stat_type3 = 7, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013094; + +-- Item Glowing Magical Bracelets Entry: 13106 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 45, + stat_value2 = 78, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013106; + +-- Item Troll's Bane Leggings Entry: 13114 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013114; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13114 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 238, + stat_type2 = 38, + stat_value2 = 258, + stat_type3 = 7, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013114; + +-- Item Holy Shroud Entry: 2721 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 218, + stat_type2 = 45, + stat_value2 = 276, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20002721; + +-- Item Combatant Claymore Entry: 2877 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002877; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2877 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 732, + dmg_max1 = 1358, + dmg_min2 = 732, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 340, + stat_type2 = 7, + stat_value2 = 268, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002877; + +-- Item Claw of the Shadowmancer Entry: 2912 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16409 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1053, EffectBasePoints_2 = 0 + WHERE ID = 30016409; + DELETE FROM acore_world.item_template WHERE entry = 20002912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 378, + dmg_max1 = 762, + dmg_min2 = 378, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31016409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002912; + +-- Item Enduring Cap Entry: 3020 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 248, + stat_type2 = 5, + stat_value2 = 248, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20003020; + +-- Item Girdle of Golem Strength Entry: 9405 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 211, + stat_type2 = 12, + stat_value2 = 47, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20009405; + +-- Item River Pride Choker Entry: 13087 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 231, + stat_type2 = 7, + stat_value2 = 369, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013087; + +-- Item Frostreaver Crown Entry: 13127 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013127; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13127 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 290, + stat_type3 = 4, + stat_value3 = 132, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013127; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 384, + dmg_max1 = 679, + dmg_min2 = 384, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 158, + stat_type2 = 7, + stat_value2 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 375, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 228, + stat_type3 = 4, + stat_value3 = 228, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 166, + stat_type2 = 45, + stat_value2 = 178, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 3, + stat_value2 = 89, + stat_type3 = 7, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013012; + +-- Item Brawler Gloves Entry: 720 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 198, + stat_type2 = 7, + stat_value2 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20000720; + +-- Item Dense Triangle Mace Entry: 3203 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 597, + dmg_max1 = 1115, + dmg_min2 = 597, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 305, + stat_type2 = 7, + stat_value2 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003203; + +-- Item Amy's Blanket Entry: 13005 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013005; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13005 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 6, + stat_value2 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013005; + +-- Item Beazel's Basher Entry: 13024 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 497, + dmg_max1 = 995, + dmg_min2 = 497, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 163, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013024; + +-- Item Orb of Mistmantle Entry: 13031 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013031; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13031 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 171, + stat_type2 = 45, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013031; + +-- Item Thunderbrow Ring Entry: 13097 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013097; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13097 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 213, + stat_type2 = 4, + stat_value2 = 381, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013097; + +-- Item Moccasins of the White Hare Entry: 13099 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 277, + stat_type2 = 45, + stat_value2 = 123, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013099; + +-- Item Sparkleshell Mantle Entry: 13131 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013131; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13131 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 281, + stat_type2 = 3, + stat_value2 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013131; + +-- Item Ironsole Clompers Entry: 24064 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20024064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 147, + stat_type2 = 7, + stat_value2 = 176, + stat_type3 = 12, + stat_value3 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20024064; + +-- Item Night Watch Shortsword Entry: 935 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 435, + dmg_max1 = 870, + dmg_min2 = 435, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000935; + +-- Item Prospector Axe Entry: 12975 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 494, + dmg_max1 = 996, + dmg_min2 = 494, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012975; + +-- Item Ironpatch Blade Entry: 12976 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 483, + dmg_max1 = 884, + dmg_min2 = 483, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 86, + stat_type2 = 4, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012976; + +-- Item Magefist Gloves Entry: 12977 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012977; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12977 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 148, + stat_type2 = 7, + stat_value2 = 109, + stat_type3 = 6, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012977; + +-- Item Stormbringer Belt Entry: 12978 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 4, + stat_value2 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012978; + +-- Item Firebane Cloak Entry: 12979 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012979; + +-- Item Silver-linked Footguards Entry: 12982 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012982; + +-- Item Rakzur Club Entry: 12983 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012983; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12983 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 596, + dmg_max1 = 1079, + dmg_min2 = 596, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 190, + stat_type3 = 7, + stat_value3 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012983; + +-- Item Skycaller Entry: 12984 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012984; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12984 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 330, + dmg_max1 = 600, + dmg_min2 = 330, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012984; + +-- Item Lil Timmy's Peashooter Entry: 13136 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013136; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13136 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 544, + dmg_max1 = 952, + dmg_min2 = 544, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013136; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 6, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 478, + dmg_max1 = 842, + dmg_min2 = 478, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2709, EffectBasePoints_2 = 78 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 506, + dmg_max1 = 1063, + dmg_min2 = 506, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 824, + dmg_max1 = 1525, + dmg_min2 = 824, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 465, + dmg_max1 = 837, + dmg_min2 = 465, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 279, + dmg_max1 = 530, + dmg_min2 = 279, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 449, + dmg_max1 = 960, + dmg_min2 = 449, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 588, + dmg_max1 = 1028, + dmg_min2 = 588, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 655, + dmg_max1 = 1300, + dmg_min2 = 655, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 249, + stat_type2 = 45, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 291, + dmg_max1 = 650, + dmg_min2 = 291, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Double-barreled Shotgun Entry: 2098 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002098; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2098 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 421, + dmg_max1 = 869, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002098; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 149, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 4, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 3, + stat_value2 = 76, + stat_type3 = 7, + stat_value3 = 76, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013012; + +-- Item Killmaim Entry: 13016 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13318 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 250, EffectBasePoints_2 = 0 + WHERE ID = 30013318; + DELETE FROM acore_world.item_template WHERE entry = 20013016; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13016 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 701, + dmg_max1 = 1339, + dmg_min2 = 701, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013016; + +-- Item Sword of Corruption Entry: 13032 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17510 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 240, EffectBasePoints_2 = 0 + WHERE ID = 30017510; + DELETE FROM acore_world.item_template WHERE entry = 20013032; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13032 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 413, + dmg_max1 = 748, + dmg_min2 = 413, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017510, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013032; + +-- Item Guardian Blade Entry: 13041 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013041; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13041 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 607, + dmg_max1 = 1329, + dmg_min2 = 607, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 40 + WHERE entry = 20013041; + +-- Item Thunderwood Entry: 13062 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013062; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13062 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 392, + dmg_max1 = 767, + dmg_min2 = 392, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013062; + +-- Item Gnarled Ash Staff Entry: 791 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 680, + dmg_max1 = 1478, + dmg_min2 = 680, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000791; + +-- Item Double Link Tunic Entry: 1717 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18369, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001717; + +-- Item Forest Tracker Epaulets Entry: 2278 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 237, + stat_type2 = 4, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002278; + +-- Item Bearded Boneaxe Entry: 2878 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002878; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2878 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 348, + dmg_max1 = 656, + dmg_min2 = 348, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 3, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002878; + +-- Item The Black Knight Entry: 12974 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14106 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 990, EffectBasePoints_2 = 0 + WHERE ID = 30014106; + DELETE FROM acore_world.item_template WHERE entry = 20012974; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12974 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 353, + dmg_max1 = 686, + dmg_min2 = 353, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014106, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012974; + +-- Item Looming Gavel Entry: 13048 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 414, + dmg_max1 = 880, + dmg_min2 = 414, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 3, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013048; + +-- Item Deanship Claymore Entry: 13049 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013049; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13049 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 576, + dmg_max1 = 1181, + dmg_min2 = 576, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 158, + stat_type2 = 12, + stat_value2 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013049; + +-- Item Shield of Thorsen Entry: 13079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013079; + +-- Item The Queen's Jewel Entry: 13094 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 144, + stat_type2 = 7, + stat_value2 = 96, + stat_type3 = 6, + stat_value3 = 326, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013094; + +-- Item Glowing Magical Bracelets Entry: 13106 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 151, + stat_type2 = 45, + stat_value2 = 67, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013106; + +-- Item Troll's Bane Leggings Entry: 13114 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013114; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13114 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 204, + stat_type2 = 38, + stat_value2 = 221, + stat_type3 = 7, + stat_value3 = 100, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013114; + +-- Item Brawler Gloves Entry: 720 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000720; + +-- Item Dense Triangle Mace Entry: 3203 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 574, + dmg_max1 = 1060, + dmg_min2 = 574, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 261, + stat_type2 = 4, + stat_value2 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003203; + +-- Item Amy's Blanket Entry: 13005 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013005; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13005 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 178, + stat_type2 = 7, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013005; + +-- Item Beazel's Basher Entry: 13024 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 431, + dmg_max1 = 870, + dmg_min2 = 431, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 139, + stat_type2 = 6, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013024; + +-- Item Orb of Mistmantle Entry: 13031 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013031; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13031 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 147, + stat_type2 = 45, + stat_value2 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013031; + +-- Item Bloodpike Entry: 13057 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18202 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 258, EffectBasePoints_2 = 0 + WHERE ID = 30018202; + DELETE FROM acore_world.item_template WHERE entry = 20013057; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13057 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 680, + dmg_max1 = 1371, + dmg_min2 = 680, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018202, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013057; + +-- Item Thunderbrow Ring Entry: 13097 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013097; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13097 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 4, + stat_value2 = 326, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013097; + +-- Item Moccasins of the White Hare Entry: 13099 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 237, + stat_type2 = 45, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013099; + +-- Item Sparkleshell Mantle Entry: 13131 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013131; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13131 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 241, + stat_type2 = 3, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013131; + +-- Item Burning War Axe Entry: 2299 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18199 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2325, EffectBasePoints_2 = 136 + WHERE ID = 30018199; + DELETE FROM acore_world.item_template WHERE entry = 20002299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 756, + dmg_max1 = 1370, + dmg_min2 = 756, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002299; + +-- Item Holy Shroud Entry: 2721 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 187, + stat_type2 = 45, + stat_value2 = 236, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002721; + +-- Item Combatant Claymore Entry: 2877 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002877; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2877 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 655, + dmg_max1 = 1300, + dmg_min2 = 655, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 291, + stat_type2 = 7, + stat_value2 = 229, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002877; + +-- Item Claw of the Shadowmancer Entry: 2912 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16409 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 959, EffectBasePoints_2 = 0 + WHERE ID = 30016409; + DELETE FROM acore_world.item_template WHERE entry = 20002912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 313, + dmg_max1 = 691, + dmg_min2 = 313, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002912; + +-- Item Enduring Cap Entry: 3020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 213, + stat_type2 = 5, + stat_value2 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20003020; + +-- Item Girdle of Golem Strength Entry: 9405 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 180, + stat_type2 = 12, + stat_value2 = 41, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009405; + +-- Item Harpyclaw Short Bow Entry: 13019 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013019; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13019 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 387, + dmg_max1 = 701, + dmg_min2 = 387, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013019; + +-- Item Crystalpine Stinger Entry: 13037 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013037; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13037 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 496, + dmg_max1 = 1058, + dmg_min2 = 496, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013037; + +-- Item River Pride Choker Entry: 13087 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 4, + stat_value2 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013087; + +-- Item Frostreaver Crown Entry: 13127 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013127; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13127 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 248, + stat_type2 = 4, + stat_value2 = 113, + stat_type3 = 32, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013127; + +-- Item Thick Felsteel Necklace Entry: 24106 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 31023 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 60, EffectBasePoints_2 = 0 + WHERE ID = 30031023; + DELETE FROM acore_world.item_template WHERE entry = 20024106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 294, + stat_type2 = 35, + stat_value2 = 226, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30031023, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024106; + +-- Item Rockslicer Entry: 872 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000872; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 872 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 736, + dmg_max1 = 1570, + dmg_min2 = 736, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000872; + +-- Item Rhahk'Zor's Hammer Entry: 5187 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005187; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5187 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 854, + dmg_max1 = 1557, + dmg_min2 = 854, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005187; + +-- Item Lavishly Jeweled Ring Entry: 1156 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001156; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1156 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 387, + stat_type2 = 31, + stat_value2 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001156; + +-- Item Smelting Pants Entry: 5199 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 277, + stat_type2 = 32, + stat_value2 = 258, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20005199; + +-- Item Buzz Saw Entry: 1937 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001937; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1937 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 456, + dmg_max1 = 920, + dmg_min2 = 456, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 139, + stat_type2 = 4, + stat_value2 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001937; + +-- Item Buzzer Blade Entry: 2169 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 294, + dmg_max1 = 575, + dmg_min2 = 294, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 32, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002169; + +-- Item Impaling Harpoon Entry: 5200 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005200; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5200 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 535, + dmg_max1 = 1177, + dmg_min2 = 535, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005200; + +-- Item Emberstone Staff Entry: 5201 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005201; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5201 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 779, + dmg_max1 = 1394, + dmg_min2 = 779, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 218, + stat_type2 = 5, + stat_value2 = 284, + stat_type3 = 6, + stat_value3 = 218, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005201; + +-- Item Blackened Defias Belt Entry: 10403 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010403; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10403 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 258, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20010403; + +-- Item Cruel Barb Entry: 5191 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005191; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5191 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 606, + dmg_max1 = 1024, + dmg_min2 = 606, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005191; + +-- Item Cape of the Brotherhood Entry: 5193 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005193; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5193 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 203, + stat_type2 = 7, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20005193; + +-- Item Corsair's Overshirt Entry: 5202 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005202; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5202 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 231, + stat_type2 = 6, + stat_value2 = 369, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20005202; + +-- Item Blackened Defias Armor Entry: 10399 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010399; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10399 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 343, + stat_type2 = 3, + stat_value2 = 163, + stat_type3 = 4, + stat_value3 = 189, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20010399; + +-- Item Thief's Blade Entry: 5192 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005192; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5192 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 343, + dmg_max1 = 647, + dmg_min2 = 343, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005192; + +-- Item Smite's Reaver Entry: 5196 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005196; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5196 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 344, + dmg_max1 = 767, + dmg_min2 = 344, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 94, + stat_type2 = 31, + stat_value2 = 52, + stat_type3 = 7, + stat_value3 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005196; + +-- Item Smite's Mighty Hammer Entry: 7230 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007230; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7230 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 960, + dmg_max1 = 1626, + dmg_min2 = 960, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 213, + stat_type2 = 4, + stat_value2 = 381, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007230; + +-- Item Cookie's Tenderizer Entry: 5197 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005197; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5197 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 573, + dmg_max1 = 1131, + dmg_min2 = 573, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005197; + +-- Item Cookie's Stirring Rod Entry: 5198 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005198; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5198 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 303, + dmg_max1 = 562, + dmg_min2 = 303, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005198; + +-- Item Gold-plated Buckler Entry: 5443 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005443; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5443 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 210, + stat_type2 = 3, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20005443; + +-- Item Miner's Cape Entry: 5444 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005444; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5444 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 257, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20005444; + +-- Item Night Watch Shortsword Entry: 935 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 518, + dmg_max1 = 926, + dmg_min2 = 518, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000935; + +-- Item Prospector Axe Entry: 12975 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 550, + dmg_max1 = 1076, + dmg_min2 = 550, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012975; + +-- Item Ironpatch Blade Entry: 12976 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 511, + dmg_max1 = 919, + dmg_min2 = 511, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012976; + +-- Item Magefist Gloves Entry: 12977 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012977; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12977 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 109, + stat_type2 = 6, + stat_value2 = 128, + stat_type3 = 5, + stat_value3 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012977; + +-- Item Stormbringer Belt Entry: 12978 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 4, + stat_value2 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012978; + +-- Item Firebane Cloak Entry: 12979 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012979; + +-- Item Silver-linked Footguards Entry: 12982 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012982; + +-- Item Rakzur Club Entry: 12983 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012983; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12983 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 535, + dmg_max1 = 1123, + dmg_min2 = 535, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 190, + stat_type3 = 7, + stat_value3 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012983; + +-- Item Skycaller Entry: 12984 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012984; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12984 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 311, + dmg_max1 = 581, + dmg_min2 = 311, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012984; + +-- Item Lil Timmy's Peashooter Entry: 13136 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013136; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13136 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 566, + dmg_max1 = 982, + dmg_min2 = 566, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013136; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 6, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 401, + dmg_max1 = 810, + dmg_min2 = 401, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2709, EffectBasePoints_2 = 78 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 523, + dmg_max1 = 1113, + dmg_min2 = 523, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 723, + dmg_max1 = 1457, + dmg_min2 = 723, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 425, + dmg_max1 = 857, + dmg_min2 = 425, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 275, + dmg_max1 = 538, + dmg_min2 = 275, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 490, + dmg_max1 = 905, + dmg_min2 = 490, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 573, + dmg_max1 = 997, + dmg_min2 = 573, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 713, + dmg_max1 = 1214, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 249, + stat_type2 = 45, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Blackened Defias Belt Entry: 10403 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010403; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10403 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20010403; + +-- Item Serpent's Shoulders Entry: 5404 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005404; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5404 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 344, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20005404; + +-- Item Snakeskin Bag Entry: 6446 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006446; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6446 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006446; + +-- Item Belt of the Fang Entry: 10412 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010412; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10412 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 162, + stat_type2 = 7, + stat_value2 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20010412; + +-- Item Worn Turtle Shell Shield Entry: 6447 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20006447; + +-- Item Kresh's Back Entry: 13245 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013245; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13245 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 97, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20013245; + +-- Item Cobrahn's Grasp Entry: 6460 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006460; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6460 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 214, + stat_type2 = 3, + stat_value2 = 120, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20006460; + +-- Item Robe of the Moccasin Entry: 6465 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006465; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6465 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 260, + stat_type2 = 7, + stat_value2 = 260, + stat_type3 = 45, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006465; + +-- Item Leggings of the Fang Entry: 10410 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010410; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10410 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 3, + stat_value3 = 267, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20010410; + +-- Item Sporid Cape Entry: 6629 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 183, + stat_type2 = 6, + stat_value2 = 159, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006629; + +-- Item Seedcloud Buckler Entry: 6630 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006630; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6630 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 134, + stat_type2 = 5, + stat_value2 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20006630; + +-- Item Living Root Entry: 6631 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 700, + dmg_max1 = 1454, + dmg_min2 = 700, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 168, + stat_type2 = 6, + stat_value2 = 375, + stat_type3 = 7, + stat_value3 = 133, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006631; + +-- Item Serpent Gloves Entry: 5970 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20005970; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5970 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 168, + stat_type2 = 5, + stat_value2 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20005970; + +-- Item Savage Trodders Entry: 6459 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006459; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6459 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20006459; + +-- Item Venomstrike Entry: 6469 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006469; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6469 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 468, + dmg_max1 = 960, + dmg_min2 = 468, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29636, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006469; + +-- Item Footpads of the Fang Entry: 10411 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010411; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10411 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 210, + stat_type2 = 3, + stat_value2 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20010411; + +-- Item Stinging Viper Entry: 6472 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18197 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 198, EffectBasePoints_2 = 0 + WHERE ID = 30018197; + DELETE FROM acore_world.item_template WHERE entry = 20006472; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6472 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 532, + dmg_max1 = 1114, + dmg_min2 = 532, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018197, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006472; + +-- Item Armor of the Fang Entry: 6473 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006473; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6473 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 305, + stat_type2 = 4, + stat_value2 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20006473; + +-- Item Tail Spike Entry: 6448 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006448; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6448 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 342, + dmg_max1 = 722, + dmg_min2 = 342, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 118, + stat_type2 = 4, + stat_value2 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006448; + +-- Item Glowing Lizardscale Cloak Entry: 6449 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006449; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6449 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 217, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006449; + +-- Item Night Watch Shortsword Entry: 935 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 518, + dmg_max1 = 946, + dmg_min2 = 518, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000935; + +-- Item Prospector Axe Entry: 12975 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 502, + dmg_max1 = 1084, + dmg_min2 = 502, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 252, + stat_type2 = 7, + stat_value2 = 270, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012975; + +-- Item Ironpatch Blade Entry: 12976 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 511, + dmg_max1 = 933, + dmg_min2 = 511, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012976; + +-- Item Magefist Gloves Entry: 12977 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012977; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12977 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 109, + stat_type2 = 6, + stat_value2 = 128, + stat_type3 = 5, + stat_value3 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012977; + +-- Item Stormbringer Belt Entry: 12978 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 4, + stat_value2 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012978; + +-- Item Firebane Cloak Entry: 12979 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012979; + +-- Item Silver-linked Footguards Entry: 12982 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012982; + +-- Item Rakzur Club Entry: 12983 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012983; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12983 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 527, + dmg_max1 = 1105, + dmg_min2 = 527, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 190, + stat_type3 = 7, + stat_value3 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012983; + +-- Item Skycaller Entry: 12984 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012984; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12984 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 288, + dmg_max1 = 600, + dmg_min2 = 288, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012984; + +-- Item Lil Timmy's Peashooter Entry: 13136 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013136; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13136 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 521, + dmg_max1 = 990, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013136; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 6, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 459, + dmg_max1 = 835, + dmg_min2 = 459, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2709, EffectBasePoints_2 = 78 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 531, + dmg_max1 = 1104, + dmg_min2 = 531, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 689, + dmg_max1 = 1547, + dmg_min2 = 689, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 491, + dmg_max1 = 857, + dmg_min2 = 491, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 279, + dmg_max1 = 514, + dmg_min2 = 279, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 456, + dmg_max1 = 912, + dmg_min2 = 456, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 588, + dmg_max1 = 1083, + dmg_min2 = 588, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 626, + dmg_max1 = 1300, + dmg_min2 = 626, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 249, + stat_type2 = 45, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Gloves of the Fang Entry: 10413 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010413; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10413 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 173, + stat_type2 = 4, + stat_value2 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20010413; + +-- Item Tusken Helm Entry: 6686 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006686; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6686 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 248, + stat_type2 = 3, + stat_value2 = 248, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20006686; + +-- Item Corpsemaker Entry: 6687 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006687; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6687 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 1001, + dmg_max1 = 1752, + dmg_min2 = 1001, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 356, + stat_type2 = 7, + stat_value2 = 248, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006687; + +-- Item Death Speaker Scepter Entry: 2816 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002816; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2816 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 516, + dmg_max1 = 1065, + dmg_min2 = 516, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 411, + stat_type2 = 6, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002816; + +-- Item Death Speaker Robes Entry: 6682 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 5, + stat_value2 = 218, + stat_type3 = 6, + stat_value3 = 184, + stat_type4 = 32, + stat_value4 = 272, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006682; + +-- Item Death Speaker Mantle Entry: 6685 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006685; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6685 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 221, + stat_type2 = 6, + stat_value2 = 134, + stat_type3 = 45, + stat_value3 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006685; + +-- Item Ferine Leggings Entry: 6690 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006690; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6690 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 261, + stat_type2 = 3, + stat_value2 = 274, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20006690; + +-- Item Swinetusk Shank Entry: 6691 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006691; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6691 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 289, + dmg_max1 = 562, + dmg_min2 = 289, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 143, + stat_type2 = 6, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006691; + +-- Item Pronged Reaver Entry: 6692 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006692; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6692 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 463, + dmg_max1 = 927, + dmg_min2 = 463, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 121, + stat_type2 = 4, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006692; + +-- Item Agamaggan's Clutch Entry: 6693 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006693; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6693 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 353, + stat_type2 = 7, + stat_value2 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006693; + +-- Item Heart of Agamaggan Entry: 6694 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006694; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6694 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 177, + stat_type2 = 7, + stat_value2 = 165, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20006694; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 186, + stat_type3 = 5, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 427, + dmg_max1 = 816, + dmg_min2 = 427, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2709, EffectBasePoints_2 = 78 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 598, + dmg_max1 = 1121, + dmg_min2 = 598, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 734, + dmg_max1 = 1491, + dmg_min2 = 734, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 412, + dmg_max1 = 877, + dmg_min2 = 412, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 275, + dmg_max1 = 522, + dmg_min2 = 275, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 518, + dmg_max1 = 940, + dmg_min2 = 518, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 580, + dmg_max1 = 1067, + dmg_min2 = 580, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 587, + dmg_max1 = 1252, + dmg_min2 = 587, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 249, + stat_type2 = 45, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 306, + dmg_max1 = 626, + dmg_min2 = 306, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Double-barreled Shotgun Entry: 2098 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002098; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2098 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 421, + dmg_max1 = 916, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002098; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 149, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 4, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 3, + stat_value2 = 76, + stat_type3 = 7, + stat_value3 = 76, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013012; + +-- Item Killmaim Entry: 13016 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13318 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 250, EffectBasePoints_2 = 0 + WHERE ID = 30013318; + DELETE FROM acore_world.item_template WHERE entry = 20013016; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13016 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 744, + dmg_max1 = 1435, + dmg_min2 = 744, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013016; + +-- Item Sword of Corruption Entry: 13032 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17510 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 240, EffectBasePoints_2 = 0 + WHERE ID = 30017510; + DELETE FROM acore_world.item_template WHERE entry = 20013032; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13032 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 390, + dmg_max1 = 742, + dmg_min2 = 390, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017510, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013032; + +-- Item Guardian Blade Entry: 13041 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013041; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13041 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 636, + dmg_max1 = 1223, + dmg_min2 = 636, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 40 + WHERE entry = 20013041; + +-- Item Thunderwood Entry: 13062 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013062; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13062 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 342, + dmg_max1 = 707, + dmg_min2 = 342, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013062; + +-- Item Brawler Gloves Entry: 720 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000720; + +-- Item Dense Triangle Mace Entry: 3203 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 502, + dmg_max1 = 1020, + dmg_min2 = 502, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 261, + stat_type2 = 7, + stat_value2 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003203; + +-- Item Amy's Blanket Entry: 13005 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013005; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13005 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 178, + stat_type2 = 7, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013005; + +-- Item Beazel's Basher Entry: 13024 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 451, + dmg_max1 = 844, + dmg_min2 = 451, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 139, + stat_type2 = 6, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013024; + +-- Item Orb of Mistmantle Entry: 13031 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013031; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13031 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 147, + stat_type2 = 45, + stat_value2 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013031; + +-- Item Bloodpike Entry: 13057 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18202 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 258, EffectBasePoints_2 = 0 + WHERE ID = 30018202; + DELETE FROM acore_world.item_template WHERE entry = 20013057; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13057 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 680, + dmg_max1 = 1424, + dmg_min2 = 680, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018202, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013057; + +-- Item Thunderbrow Ring Entry: 13097 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013097; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13097 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 4, + stat_value2 = 326, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013097; + +-- Item Moccasins of the White Hare Entry: 13099 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 237, + stat_type2 = 45, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013099; + +-- Item Sparkleshell Mantle Entry: 13131 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013131; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13131 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 241, + stat_type2 = 3, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013131; + +-- Item Gnarled Ash Staff Entry: 791 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 786, + dmg_max1 = 1371, + dmg_min2 = 786, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 6, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000791; + +-- Item Double Link Tunic Entry: 1717 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18369, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001717; + +-- Item Forest Tracker Epaulets Entry: 2278 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 237, + stat_type2 = 4, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002278; + +-- Item Bearded Boneaxe Entry: 2878 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002878; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2878 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 373, + dmg_max1 = 666, + dmg_min2 = 373, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 3, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002878; + +-- Item The Black Knight Entry: 12974 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14106 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 990, EffectBasePoints_2 = 0 + WHERE ID = 30014106; + DELETE FROM acore_world.item_template WHERE entry = 20012974; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12974 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 358, + dmg_max1 = 631, + dmg_min2 = 358, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014106, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012974; + +-- Item Looming Gavel Entry: 13048 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 414, + dmg_max1 = 854, + dmg_min2 = 414, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 86, + stat_type2 = 7, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013048; + +-- Item Deanship Claymore Entry: 13049 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013049; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13049 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 642, + dmg_max1 = 1181, + dmg_min2 = 642, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 158, + stat_type2 = 12, + stat_value2 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013049; + +-- Item Shield of Thorsen Entry: 13079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013079; + +-- Item The Queen's Jewel Entry: 13094 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 326, + stat_type2 = 5, + stat_value2 = 144, + stat_type3 = 7, + stat_value3 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013094; + +-- Item Glowing Magical Bracelets Entry: 13106 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 151, + stat_type2 = 45, + stat_value2 = 67, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013106; + +-- Item Troll's Bane Leggings Entry: 13114 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013114; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13114 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 204, + stat_type2 = 38, + stat_value2 = 221, + stat_type3 = 7, + stat_value3 = 100, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013114; + +-- Item Vendetta Entry: 776 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000776; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 776 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 252, + dmg_max1 = 442, + dmg_min2 = 252, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000776; + +-- Item Avenger's Armor Entry: 1488 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001488; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1488 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001488; + +-- Item Sword of Decay Entry: 1727 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001727; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1727 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 452, + dmg_max1 = 983, + dmg_min2 = 452, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13528, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001727; + +-- Item Pysan's Old Greatsword Entry: 1975 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 800, + dmg_max1 = 1458, + dmg_min2 = 800, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 323, + stat_type2 = 4, + stat_value2 = 186, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001975; + +-- Item Wolfclaw Gloves Entry: 1978 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 4, + stat_value2 = 119, + stat_type3 = 7, + stat_value3 = 133, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001978; + +-- Item Plains Ring Entry: 2039 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 5, + stat_value2 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002039; + +-- Item Mantle of Thieves Entry: 2264 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002264; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2264 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 216, + stat_type2 = 31, + stat_value2 = 59, + stat_type3 = 7, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002264; + +-- Item Staff of the Shade Entry: 2549 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002549; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2549 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 604, + dmg_max1 = 1192, + dmg_min2 = 604, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002549; + +-- Item Pugilist Bracers Entry: 4438 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20004438; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4438 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 143, + stat_type2 = 7, + stat_value2 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20004438; + +-- Item Slaghammer Entry: 1976 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 651, + dmg_max1 = 1228, + dmg_min2 = 651, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 255, + stat_type2 = 4, + stat_value2 = 267, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001976; + +-- Item Reef Axe Entry: 6905 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006905; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6905 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 833, + dmg_max1 = 1654, + dmg_min2 = 833, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 305, + stat_type2 = 38, + stat_value2 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006905; + +-- Item Algae Fists Entry: 6906 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006906; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6906 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 235, + stat_type2 = 7, + stat_value2 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20006906; + +-- Item Tortoise Armor Entry: 6907 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006907; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6907 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20006907; + +-- Item Ghamoo-ra's Bind Entry: 6908 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006908; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6908 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 135, + stat_type2 = 5, + stat_value2 = 135, + stat_type3 = 45, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006908; + +-- Item Naga Battle Gloves Entry: 888 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000888; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 888 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 133, + stat_type3 = 4, + stat_value3 = 133, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20000888; + +-- Item Naga Heartpiercer Entry: 3078 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003078; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3078 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 432, + dmg_max1 = 801, + dmg_min2 = 432, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003078; + +-- Item Darkwater Talwar Entry: 11121 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16408 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 915, EffectBasePoints_2 = 0 + WHERE ID = 30016408; + DELETE FROM acore_world.item_template WHERE entry = 20011121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 457, + dmg_max1 = 888, + dmg_min2 = 457, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31016408, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011121; + +-- Item Glowing Thresher Cape Entry: 6901 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006901; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6901 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 214, + stat_type2 = 5, + stat_value2 = 120, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006901; + +-- Item Bands of Serra'kis Entry: 6902 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006902; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6902 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 71, + stat_type3 = 3, + stat_value3 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20006902; + +-- Item Bite of Serra'kis Entry: 6904 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 8313 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 84, EffectBasePoints_2 = 0 + WHERE ID = 30008313; + DELETE FROM acore_world.item_template WHERE entry = 20006904; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6904 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 255, + dmg_max1 = 494, + dmg_min2 = 255, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31008313, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006904; + +-- Item Rod of the Sleepwalker Entry: 1155 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001155; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1155 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 686, + dmg_max1 = 1362, + dmg_min2 = 686, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 298, + stat_type2 = 5, + stat_value2 = 313, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001155; + +-- Item Gaze Dreamer Pants Entry: 6903 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006903; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6903 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 224, + stat_type2 = 6, + stat_value2 = 206, + stat_type3 = 45, + stat_value3 = 206, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006903; + +-- Item Strike of the Hydra Entry: 6909 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13526 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 153, EffectBasePoints_2 = -51 + WHERE ID = 30013526; + DELETE FROM acore_world.item_template WHERE entry = 20006909; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6909 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 797, + dmg_max1 = 1545, + dmg_min2 = 797, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31013526, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006909; + +-- Item Leech Pants Entry: 6910 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006910; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6910 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 174, + stat_type2 = 6, + stat_value2 = 328, + stat_type3 = 7, + stat_value3 = 70, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20006910; + +-- Item Moss Cinch Entry: 6911 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20006911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 207, + stat_type2 = 7, + stat_value2 = 130, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20006911; + +-- Item Night Watch Shortsword Entry: 935 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 518, + dmg_max1 = 863, + dmg_min2 = 518, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000935; + +-- Item Prospector Axe Entry: 12975 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 558, + dmg_max1 = 1004, + dmg_min2 = 558, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012975; + +-- Item Ironpatch Blade Entry: 12976 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 449, + dmg_max1 = 898, + dmg_min2 = 449, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012976; + +-- Item Magefist Gloves Entry: 12977 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012977; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12977 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 128, + stat_type2 = 5, + stat_value2 = 148, + stat_type3 = 7, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012977; + +-- Item Stormbringer Belt Entry: 12978 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 4, + stat_value2 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012978; + +-- Item Firebane Cloak Entry: 12979 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012979; + +-- Item Silver-linked Footguards Entry: 12982 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012982; + +-- Item Rakzur Club Entry: 12983 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012983; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12983 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 570, + dmg_max1 = 1157, + dmg_min2 = 570, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 190, + stat_type3 = 7, + stat_value3 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012983; + +-- Item Skycaller Entry: 12984 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012984; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12984 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 344, + dmg_max1 = 646, + dmg_min2 = 344, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012984; + +-- Item Lil Timmy's Peashooter Entry: 13136 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013136; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13136 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 559, + dmg_max1 = 1028, + dmg_min2 = 559, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013136; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 6, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 395, + dmg_max1 = 842, + dmg_min2 = 395, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2709, EffectBasePoints_2 = 78 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 531, + dmg_max1 = 1129, + dmg_min2 = 531, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 813, + dmg_max1 = 1457, + dmg_min2 = 813, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 223, + stat_type2 = 5, + stat_value2 = 299, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 478, + dmg_max1 = 844, + dmg_min2 = 478, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 275, + dmg_max1 = 526, + dmg_min2 = 275, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 456, + dmg_max1 = 953, + dmg_min2 = 456, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 486, + dmg_max1 = 1051, + dmg_min2 = 486, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 655, + dmg_max1 = 1214, + dmg_min2 = 655, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 249, + stat_type2 = 45, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 311, + dmg_max1 = 607, + dmg_min2 = 311, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Double-barreled Shotgun Entry: 2098 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002098; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2098 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 468, + dmg_max1 = 929, + dmg_min2 = 468, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002098; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 149, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 4, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 3, + stat_value2 = 76, + stat_type3 = 7, + stat_value3 = 76, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013012; + +-- Item Killmaim Entry: 13016 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13318 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 250, EffectBasePoints_2 = 0 + WHERE ID = 30013318; + DELETE FROM acore_world.item_template WHERE entry = 20013016; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13016 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 701, + dmg_max1 = 1403, + dmg_min2 = 701, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013016; + +-- Item Sword of Corruption Entry: 13032 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17510 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 240, EffectBasePoints_2 = 0 + WHERE ID = 30017510; + DELETE FROM acore_world.item_template WHERE entry = 20013032; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13032 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 351, + dmg_max1 = 759, + dmg_min2 = 351, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017510, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013032; + +-- Item Guardian Blade Entry: 13041 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013041; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13041 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 713, + dmg_max1 = 1329, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 40 + WHERE entry = 20013041; + +-- Item Thunderwood Entry: 13062 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013062; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13062 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 375, + dmg_max1 = 723, + dmg_min2 = 375, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013062; + +-- Item Grimclaw Entry: 1481 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1047, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20001481; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1481 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 377, + dmg_max1 = 723, + dmg_min2 = 377, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001481; + +-- Item Tree Bark Jacket Entry: 1486 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001486; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1486 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 223, + stat_type2 = 5, + stat_value2 = 299, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20001486; + +-- Item Ring of Precision Entry: 1491 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001491; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1491 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 310, + stat_type2 = 6, + stat_value2 = 205, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001491; + +-- Item Staff of the Blessed Seer Entry: 2271 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002271; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2271 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 697, + dmg_max1 = 1315, + dmg_min2 = 697, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 45, + stat_value3 = 285, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002271; + +-- Item Evocator's Blade Entry: 2567 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002567; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2567 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 272, + dmg_max1 = 561, + dmg_min2 = 272, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 131, + stat_type2 = 6, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002567; + +-- Item Doomspike Entry: 3413 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003413; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3413 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 259, + dmg_max1 = 526, + dmg_min2 = 259, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003413; + +-- Item Staff of the Friar Entry: 3415 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003415; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3415 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 587, + dmg_max1 = 1183, + dmg_min2 = 587, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 294, + stat_type2 = 7, + stat_value2 = 162, + stat_type3 = 5, + stat_value3 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003415; + +-- Item Martyr's Chain Entry: 3416 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003416; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3416 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 14, + stat_value1 = 170, + stat_type2 = 7, + stat_value2 = 223, + stat_type3 = 4, + stat_value3 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20003416; + +-- Item Onyx Claymore Entry: 3417 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003417; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3417 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 614, + dmg_max1 = 1237, + dmg_min2 = 614, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 194, + stat_type2 = 7, + stat_value2 = 174, + stat_type3 = 4, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003417; + +-- Item Axe of the Enforcer Entry: 1454 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001454; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1454 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 435, + dmg_max1 = 884, + dmg_min2 = 435, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001454; + +-- Item Crested Scepter Entry: 3414 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003414; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3414 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 470, + dmg_max1 = 960, + dmg_min2 = 470, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 135, + stat_type2 = 5, + stat_value2 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003414; + +-- Item Baelog's Shortbow Entry: 9400 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009400; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9400 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 537, + dmg_max1 = 979, + dmg_min2 = 537, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 31, + stat_value1 = 81, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009400; + +-- Item Nordic Longshank Entry: 9401 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009401; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9401 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 425, + dmg_max1 = 850, + dmg_min2 = 425, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 146, + stat_type2 = 7, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009401; + +-- Item Galgann's Fireblaster Entry: 9412 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009412; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9412 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 624, + dmg_max1 = 1140, + dmg_min2 = 624, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29633, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009412; + +-- Item Galgann's Firehammer Entry: 9419 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18083 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1702, EffectBasePoints_2 = 0 + WHERE ID = 30018083; + DELETE FROM acore_world.item_template WHERE entry = 20009419; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9419 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 399, + dmg_max1 = 882, + dmg_min2 = 399, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018083, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009419; + +-- Item Flameseer Mantle Entry: 11310 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20011310; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11310 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 262, + stat_type2 = 45, + stat_value2 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20011310; + +-- Item Emberscale Cape Entry: 11311 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20011311; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11311 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 150, + stat_type2 = 7, + stat_value2 = 191, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20011311; + +-- Item Oilskin Leggings Entry: 9414 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009414; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9414 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 264, + stat_type2 = 3, + stat_value2 = 270, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20009414; + +-- Item Grimlok's Tribal Vestments Entry: 9415 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009415; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9415 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 213, + stat_type2 = 6, + stat_value2 = 260, + stat_type3 = 5, + stat_value3 = 145, + stat_type4 = 45, + stat_value4 = 189, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009415; + +-- Item Grimlok's Charge Entry: 9416 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009416; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9416 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 731, + dmg_max1 = 1373, + dmg_min2 = 731, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 260, + stat_type2 = 7, + stat_value2 = 260, + stat_type3 = 38, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009416; + +-- Item Revelosh's Boots Entry: 9387 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009387; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9387 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20009387; + +-- Item Revelosh's Armguards Entry: 9388 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009388; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9388 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20009388; + +-- Item Revelosh's Spaulders Entry: 9389 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009389; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9389 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 344, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20009389; + +-- Item Revelosh's Gloves Entry: 9390 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009390; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9390 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 286, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009390; + +-- Item Cragfists Entry: 9410 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009410; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9410 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 107, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20009410; + +-- Item Rockshard Pauldrons Entry: 9411 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009411; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9411 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 189, + stat_type2 = 5, + stat_value2 = 79, + stat_type3 = 38, + stat_value3 = 245, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20009411; + +-- Item Underworld Band Entry: 1980 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 287, + stat_type2 = 6, + stat_value2 = 213, + stat_type3 = 45, + stat_value3 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001980; + +-- Item The Rockpounder Entry: 9413 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009413; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9413 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 866, + dmg_max1 = 1774, + dmg_min2 = 866, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 151, + stat_type2 = 32, + stat_value2 = 417, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009413; + +-- Item Stoneslayer Entry: 9418 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009418; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9418 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 927, + dmg_max1 = 1955, + dmg_min2 = 927, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009418; + +-- Item Archaedic Stone Entry: 11118 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20011118; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11118 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011118; + +-- Item Stoneweaver Leggings Entry: 9407 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009407; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9407 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 142, + stat_type2 = 6, + stat_value2 = 274, + stat_type3 = 7, + stat_value3 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009407; + +-- Item Ironshod Bludgeon Entry: 9408 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009408; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9408 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 558, + dmg_max1 = 1226, + dmg_min2 = 558, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 375, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009408; + +-- Item Ironaya's Bracers Entry: 9409 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009409; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9409 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20009409; + +-- Item Robe of the Magi Entry: 1716 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 166, + stat_type3 = 45, + stat_value3 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20001716; + +-- Item Elemental Raiment Entry: 9434 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009434; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9434 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009434; + +-- Item Hellslayer Battle Axe Entry: 13017 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013017; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13017 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 722, + dmg_max1 = 1214, + dmg_min2 = 722, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18198, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013017; + +-- Item Speedsteel Rapier Entry: 13034 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013034; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13034 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 301, + dmg_max1 = 660, + dmg_min2 = 301, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013034; + +-- Item Swiftwind Entry: 13038 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013038; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13038 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 436, + dmg_max1 = 732, + dmg_min2 = 436, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013038; + +-- Item Sword of the Magistrate Entry: 13042 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013042; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13042 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 767, + dmg_max1 = 1447, + dmg_min2 = 767, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 194, + stat_type2 = 7, + stat_value2 = 246, + stat_type3 = 4, + stat_value3 = 170, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013042; + +-- Item Grim Reaper Entry: 13054 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14126 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2912, EffectBasePoints_2 = 0 + WHERE ID = 30014126; + DELETE FROM acore_world.item_template WHERE entry = 20013054; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13054 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 648, + dmg_max1 = 1308, + dmg_min2 = 648, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014126, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013054; + +-- Item Gazlowe's Charm Entry: 13088 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 294, + stat_type2 = 4, + stat_value2 = 162, + stat_type3 = 6, + stat_value3 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013088; + +-- Item Crushridge Bindings Entry: 13199 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 87, + stat_type2 = 7, + stat_value2 = 138, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013199; + +-- Item Burning War Axe Entry: 2299 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18199 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2325, EffectBasePoints_2 = 136 + WHERE ID = 30018199; + DELETE FROM acore_world.item_template WHERE entry = 20002299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 668, + dmg_max1 = 1414, + dmg_min2 = 668, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002299; + +-- Item Holy Shroud Entry: 2721 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 187, + stat_type2 = 45, + stat_value2 = 236, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002721; + +-- Item Combatant Claymore Entry: 2877 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002877; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2877 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 674, + dmg_max1 = 1243, + dmg_min2 = 674, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 229, + stat_type2 = 6, + stat_value2 = 291, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002877; + +-- Item Claw of the Shadowmancer Entry: 2912 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16409 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 959, EffectBasePoints_2 = 0 + WHERE ID = 30016409; + DELETE FROM acore_world.item_template WHERE entry = 20002912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 353, + dmg_max1 = 641, + dmg_min2 = 353, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002912; + +-- Item Enduring Cap Entry: 3020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 213, + stat_type2 = 5, + stat_value2 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20003020; + +-- Item Girdle of Golem Strength Entry: 9405 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 180, + stat_type2 = 12, + stat_value2 = 41, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009405; + +-- Item Harpyclaw Short Bow Entry: 13019 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013019; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13019 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 382, + dmg_max1 = 659, + dmg_min2 = 382, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013019; + +-- Item Crystalpine Stinger Entry: 13037 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013037; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13037 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 529, + dmg_max1 = 1058, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013037; + +-- Item River Pride Choker Entry: 13087 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 198, + stat_type2 = 7, + stat_value2 = 315, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013087; + +-- Item Frostreaver Crown Entry: 13127 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013127; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13127 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 113, + stat_type2 = 7, + stat_value2 = 248, + stat_type3 = 4, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013127; + +-- Item Necromancer Leggings Entry: 2277 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 45, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002277; + +-- Item Rod of Molten Fire Entry: 2565 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002565; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2565 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002565; + +-- Item Gloves of Old Entry: 9395 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 119, + stat_type2 = 6, + stat_value2 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009395; + +-- Item Zealot Blade Entry: 13033 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013033; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13033 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 468, + dmg_max1 = 952, + dmg_min2 = 468, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 104, + stat_type2 = 6, + stat_value2 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013033; + +-- Item Viscous Hammer Entry: 13045 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013045; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13045 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 616, + dmg_max1 = 1252, + dmg_min2 = 616, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 38, + stat_value3 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013045; + +-- Item Starfaller Entry: 13063 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013063; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13063 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 289, + dmg_max1 = 557, + dmg_min2 = 289, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013063; + +-- Item Kaleidoscope Chain Entry: 13084 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013084; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13084 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 153, + stat_type2 = 6, + stat_value2 = 153, + stat_type3 = 7, + stat_value3 = 153, + stat_type4 = 4, + stat_value4 = 153, + stat_type5 = 3, + stat_value5 = 153, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013084; + +-- Item Tigerstrike Mantle Entry: 13108 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013108; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13108 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 7, + stat_value2 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013108; + +-- Item Ravasaur Scale Boots Entry: 13124 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013124; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13124 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 93, + stat_type2 = 7, + stat_value2 = 196, + stat_type3 = 31, + stat_value3 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013124; + +-- Item Ironweaver Entry: 13137 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013137; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13137 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 559, + dmg_max1 = 975, + dmg_min2 = 559, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013137; + +-- Item Stalvan's Reaper Entry: 934 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000934; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 934 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 578, + dmg_max1 = 1056, + dmg_min2 = 578, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13524, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000934; + +-- Item Poison-tipped Bone Spear Entry: 1726 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16401 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 581, EffectBasePoints_2 = 0 + WHERE ID = 30016401; + DELETE FROM acore_world.item_template WHERE entry = 20001726; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1726 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 466, + dmg_max1 = 993, + dmg_min2 = 466, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016401, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001726; + +-- Item Swampwalker Boots Entry: 2276 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 215, + stat_type2 = 7, + stat_value2 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002276; + +-- Item Ring of the Underwood Entry: 2951 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002951; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2951 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 310, + stat_type2 = 4, + stat_value2 = 119, + stat_type3 = 7, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002951; + +-- Item Archaic Defender Entry: 9385 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009385; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9385 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 700, + dmg_max1 = 1287, + dmg_min2 = 700, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20009385; + +-- Item Reticulated Bone Gauntlets Entry: 9435 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009435; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9435 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 117, + stat_type2 = 4, + stat_value2 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009435; + +-- Item Deadwood Sledge Entry: 13025 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013025; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13025 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 358, + dmg_max1 = 641, + dmg_min2 = 358, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 143, + stat_type2 = 7, + stat_value2 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013025; + +-- Item Blush Ember Ring Entry: 13093 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 252, + stat_type2 = 3, + stat_value2 = 190, + stat_type3 = 4, + stat_value3 = 170, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013093; + +-- Item Sutarn's Ring Entry: 13105 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013105; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13105 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 103, + stat_type2 = 5, + stat_value2 = 138, + stat_type3 = 7, + stat_value3 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013105; + +-- Item Wolffear Harness Entry: 13110 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013110; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13110 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 305, + stat_type2 = 31, + stat_value2 = 63, + stat_type3 = 7, + stat_value3 = 166, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013110; + +-- Item Midnight Mace Entry: 936 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000936; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 936 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 446, + dmg_max1 = 781, + dmg_min2 = 446, + dmg_max2 = 98, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000936; + +-- Item Black Duskwood Staff Entry: 937 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2590, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20000937; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 937 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 586, + dmg_max1 = 1256, + dmg_min2 = 586, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000937; + +-- Item Scorpion Sting Entry: 1265 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18208 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 222, EffectBasePoints_2 = 0 + WHERE ID = 30018208; + DELETE FROM acore_world.item_template WHERE entry = 20001265; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1265 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 459, + dmg_max1 = 835, + dmg_min2 = 459, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018208, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001265; + +-- Item The Ziggler Entry: 8006 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13482 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 208, EffectBasePoints_2 = 0 + WHERE ID = 30013482; + DELETE FROM acore_world.item_template WHERE entry = 20008006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 316, + dmg_max1 = 578, + dmg_min2 = 316, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013482, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008006; + +-- Item Skystriker Bow Entry: 13020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 433, + dmg_max1 = 769, + dmg_min2 = 433, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013020; + +-- Item Skullance Shield Entry: 13081 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013081; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13081 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 96, + stat_type2 = 4, + stat_value2 = 141, + stat_type3 = 7, + stat_value3 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013081; + +-- Item Pads of the Venom Spider Entry: 13103 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013103; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13103 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 233, + stat_type2 = 6, + stat_value2 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013103; + +-- Item Enchanted Kodo Bracers Entry: 13119 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013119; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13119 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 140, + stat_type2 = 5, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013119; + +-- Item Wing of the Whelpling Entry: 13121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 3, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013121; + +-- Item Firemane Leggings Entry: 13129 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013129; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13129 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 138, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013129; + +-- Item Gloves of Holy Might Entry: 867 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000867; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 867 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 178, + stat_type2 = 38, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 18074, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000867; + +-- Item Ardent Custodian Entry: 868 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000868; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 868 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 368, + dmg_max1 = 736, + dmg_min2 = 368, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 62, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20000868; + +-- Item Underworld Band Entry: 1980 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 6, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001980; + +-- Item Bow of Searing Arrows Entry: 2825 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002825; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2825 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 557, + dmg_max1 = 989, + dmg_min2 = 557, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29624, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002825; + +-- Item Icemail Jerkin Entry: 1981 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001981; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1981 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 209, + stat_type3 = 3, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001981; + +-- Item Nightblade Entry: 1982 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2544, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20001982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 623, + dmg_max1 = 1181, + dmg_min2 = 623, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001982; + +-- Item Gut Ripper Entry: 2164 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18107 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1886, EffectBasePoints_2 = 0 + WHERE ID = 30018107; + DELETE FROM acore_world.item_template WHERE entry = 20002164; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2164 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 311, + dmg_max1 = 655, + dmg_min2 = 311, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018107, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002164; + +-- Item Boots of Avoidance Entry: 14549 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20014549; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14549 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 112, + stat_type2 = 13, + stat_value2 = 116, + stat_type3 = 3, + stat_value3 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20014549; + +-- Item Flurry Axe Entry: 871 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000871; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 871 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 295, + dmg_max1 = 546, + dmg_min2 = 295, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18797, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000871; + +-- Item Robes of Insight Entry: 940 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 6, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18820, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20000940; + +-- Item Blackskull Shield Entry: 1169 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001169; + +-- Item Ring of Saviors Entry: 1447 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 302, + stat_type2 = 6, + stat_value2 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18826, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001447; + +-- Item Necklace of Calisea Entry: 1714 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 201, + stat_type3 = 7, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001714; + +-- Item Basilisk Hide Pants Entry: 1718 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001718; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1718 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 269, + stat_type2 = 31, + stat_value2 = 46, + stat_type3 = 7, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001718; + +-- Item Thornstone Sledgehammer Entry: 1722 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 701, + dmg_max1 = 1371, + dmg_min2 = 701, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001722; + +-- Item Blazing Emblem Entry: 2802 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13744, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002802; + +-- Item Umbral Crystal Entry: 13029 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013029; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13029 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 45, + stat_value2 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013029; + +-- Item Jaina's Firestarter Entry: 13064 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 316, + dmg_max1 = 581, + dmg_min2 = 316, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 66, + stat_type2 = 5, + stat_value2 = 100, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013064; + +-- Item Ogron's Sash Entry: 13117 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013117; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13117 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 115, + stat_type2 = 4, + stat_value2 = 115, + stat_type3 = 3, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013117; + +-- Item Skeletal Shoulders Entry: 13132 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013132; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13132 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 143, + stat_type2 = 7, + stat_value2 = 241, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013132; + +-- Item The Silencer Entry: 13138 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013138; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13138 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 504, + dmg_max1 = 1115, + dmg_min2 = 504, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013138; + +-- Item Ankh of Life Entry: 1713 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14053 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2688, EffectBasePoints_2 = 0 + WHERE ID = 30014053; + DELETE FROM acore_world.item_template WHERE entry = 20001713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014053, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001713; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 134, + stat_type3 = 38, + stat_value3 = 282, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 338, + dmg_max1 = 702, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 4, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 434, + dmg_max1 = 837, + dmg_min2 = 434, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 473, + dmg_max1 = 990, + dmg_min2 = 473, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 3, + stat_value2 = 63, + stat_type3 = 6, + stat_value3 = 72, + stat_type4 = 5, + stat_value4 = 63, + stat_type5 = 7, + stat_value5 = 63, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Witchfury Entry: 13051 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18214 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3057, EffectBasePoints_2 = 0 + WHERE ID = 30018214; + DELETE FROM acore_world.item_template WHERE entry = 20013051; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13051 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 688, + dmg_max1 = 1293, + dmg_min2 = 688, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018214, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013051; + +-- Item Khoo's Point Entry: 13058 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 573, + dmg_max1 = 1104, + dmg_min2 = 573, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 310, + stat_type2 = 6, + stat_value2 = 205, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 128, + stat_type2 = 3, + stat_value2 = 128, + stat_type3 = 7, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 166, + stat_type2 = 38, + stat_value2 = 246, + stat_type3 = 7, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 219, + stat_type2 = 5, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 260, + stat_type2 = 7, + stat_value2 = 57, + stat_type3 = 5, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 156, + stat_type2 = 7, + stat_value2 = 94, + stat_type3 = 6, + stat_value3 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013145; + +-- Item Shortsword of Vengeance Entry: 754 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13519 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 557, EffectBasePoints_2 = 0 + WHERE ID = 30013519; + DELETE FROM acore_world.item_template WHERE entry = 20000754; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 754 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 478, + dmg_max1 = 842, + dmg_min2 = 478, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013519, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000754; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 689, + dmg_max1 = 1434, + dmg_min2 = 689, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 4, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Mug O' Hurt Entry: 4090 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20004090; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4090 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 275, + dmg_max1 = 623, + dmg_min2 = 275, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13496, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004090; + +-- Item Widowmaker Entry: 4091 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 338, + dmg_max1 = 691, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 114, + stat_type2 = 4, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 136, + stat_type2 = 7, + stat_value2 = 71, + stat_type3 = 45, + stat_value3 = 48, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 412, + dmg_max1 = 808, + dmg_min2 = 412, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 74, + stat_type2 = 7, + stat_value2 = 93, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 281, + stat_type2 = 12, + stat_value2 = 62, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 180, + stat_type2 = 5, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 164, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 181, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 5, + stat_value3 = 181, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013128; + +-- Item Dazzling Longsword Entry: 869 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000869; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 869 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 284, + dmg_max1 = 573, + dmg_min2 = 284, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13752, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000869; + +-- Item Fiery War Axe Entry: 870 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18796 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3476, EffectBasePoints_2 = 158 + WHERE ID = 30018796; + DELETE FROM acore_world.item_template WHERE entry = 20000870; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 870 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 616, + dmg_max1 = 1252, + dmg_min2 = 616, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018796, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000870; + +-- Item Staff of Jordan Entry: 873 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000873; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 873 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 872, + dmg_max1 = 1598, + dmg_min2 = 872, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 198, + stat_type2 = 6, + stat_value2 = 198, + stat_type3 = 45, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000873; + +-- Item The Green Tower Entry: 1204 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18097, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001204; + +-- Item Warden Staff Entry: 943 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 510, + dmg_max1 = 1060, + dmg_min2 = 510, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 236, + stat_type2 = 12, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 260 + WHERE entry = 20000943; + +-- Item Precisely Calibrated Boomstick Entry: 2100 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 305, + dmg_max1 = 571, + dmg_min2 = 305, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002100; + +-- Item Kang the Decapitator Entry: 2291 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17153 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 810, EffectBasePoints_2 = 0 + WHERE ID = 30017153; + DELETE FROM acore_world.item_template WHERE entry = 20002291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 897, + dmg_max1 = 1531, + dmg_min2 = 897, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017153, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002291; + +-- Item Edgemaster's Handguards Entry: 14551 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20014551; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14551 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 93, + stat_type2 = 37, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20014551; + +-- Item Executioner's Cleaver Entry: 13018 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013018; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13018 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 896, + dmg_max1 = 1654, + dmg_min2 = 896, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 318, + stat_type2 = 31, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013018; + +-- Item Serpent Slicer Entry: 13035 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17511 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 103, EffectBasePoints_2 = 0 + WHERE ID = 30017511; + DELETE FROM acore_world.item_template WHERE entry = 20013035; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13035 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 418, + dmg_max1 = 857, + dmg_min2 = 418, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017511, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013035; + +-- Item Skull Splitting Crossbow Entry: 13039 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 529, + dmg_max1 = 952, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 62, + stat_type2 = 38, + stat_value2 = 102, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013039; + +-- Item Blade of the Titans Entry: 13043 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 767, + dmg_max1 = 1513, + dmg_min2 = 767, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 321, + stat_type2 = 4, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013043; + +-- Item Bonechewer Entry: 13055 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 586, + dmg_max1 = 1209, + dmg_min2 = 586, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 318, + stat_type2 = 7, + stat_value2 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013055; + +-- Item Giantslayer Bracers Entry: 13076 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013076; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13076 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 83, + stat_type3 = 4, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013076; + +-- Item Skibi's Pendant Entry: 13089 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 3, + stat_value2 = 296, + stat_type3 = 6, + stat_value3 = 124, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013089; + +-- Item Blackflame Cape Entry: 13109 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013109; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13109 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013109; + +-- Item Winged Helm Entry: 13112 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013112; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13112 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 288, + stat_type2 = 5, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013112; + +-- Item Belt of the Gladiator Entry: 13134 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 105, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013134; + +-- Item Obsidian Greaves Entry: 13068 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013068; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13068 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 114, + stat_type2 = 4, + stat_value2 = 153, + stat_type3 = 7, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013068; + +-- Item Earthen Rod Entry: 9381 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009381; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9381 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 321, + dmg_max1 = 677, + dmg_min2 = 321, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009381; + +-- Item Obsidian Cleaver Entry: 9383 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009383; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9383 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 822, + dmg_max1 = 1447, + dmg_min2 = 822, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 299, + stat_type2 = 4, + stat_value2 = 153, + stat_type3 = 3, + stat_value3 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009383; + +-- Item Stonevault Shiv Entry: 9384 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009384; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9384 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 295, + dmg_max1 = 526, + dmg_min2 = 295, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009384; + +-- Item Excavator's Brand Entry: 9386 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13438 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 978, EffectBasePoints_2 = 50 + WHERE ID = 30013438; + DELETE FROM acore_world.item_template WHERE entry = 20009386; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9386 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 456, + dmg_max1 = 926, + dmg_min2 = 456, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013438, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009386; + +-- Item The Shoveler Entry: 9391 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009391; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9391 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 711, + dmg_max1 = 1525, + dmg_min2 = 711, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 229, + stat_type2 = 7, + stat_value2 = 291, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009391; + +-- Item Annealed Blade Entry: 9392 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009392; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9392 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 334, + dmg_max1 = 622, + dmg_min2 = 334, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009392; + +-- Item Beacon of Hope Entry: 9393 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009393; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9393 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 129, + stat_type2 = 45, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009393; + +-- Item Legguards of the Vault Entry: 9396 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009396; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9396 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 31, + stat_value1 = 60, + stat_type2 = 7, + stat_value2 = 189, + stat_type3 = 38, + stat_value3 = 189, + stat_type4 = 3, + stat_value4 = 109, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009396; + +-- Item Energy Cloak Entry: 9397 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 5405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3602, EffectBasePoints_2 = 0 + WHERE ID = 30005405; + DELETE FROM acore_world.item_template WHERE entry = 20009397; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9397 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30005405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009397; + +-- Item Spirewind Fetter Entry: 9406 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009406; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9406 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 229, + stat_type2 = 4, + stat_value2 = 166, + stat_type3 = 7, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20009406; + +-- Item Adventurer's Pith Helmet Entry: 9420 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009420; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9420 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 158, + stat_type2 = 7, + stat_value2 = 205, + stat_type3 = 32, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20009420; + +-- Item Shadowforge Bushmaster Entry: 9422 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009422; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9422 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 598, + dmg_max1 = 1129, + dmg_min2 = 598, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009422; + +-- Item The Jackhammer Entry: 9423 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009423; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9423 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 523, + dmg_max1 = 1071, + dmg_min2 = 523, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 36, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009423; + +-- Item Ginn-su Sword Entry: 9424 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009424; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9424 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 316, + dmg_max1 = 619, + dmg_min2 = 316, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 131, + stat_type2 = 4, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009424; + +-- Item Pendulum of Doom Entry: 9425 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 10373 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 5110, EffectBasePoints_2 = 0 + WHERE ID = 30010373; + DELETE FROM acore_world.item_template WHERE entry = 20009425; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9425 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 996, + dmg_max1 = 1688, + dmg_min2 = 996, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30010373, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009425; + +-- Item Monolithic Bow Entry: 9426 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009426; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9426 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 478, + dmg_max1 = 981, + dmg_min2 = 478, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 66, + stat_type2 = 38, + stat_value2 = 100, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009426; + +-- Item Stonevault Bonebreaker Entry: 9427 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009427; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9427 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 495, + dmg_max1 = 990, + dmg_min2 = 495, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 3, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009427; + +-- Item Unearthed Bands Entry: 9428 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009428; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9428 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 171, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20009428; + +-- Item Miner's Hat of the Deep Entry: 9429 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009429; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9429 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 97, + stat_type2 = 5, + stat_value2 = 164, + stat_type3 = 7, + stat_value3 = 135, + stat_type4 = 45, + stat_value4 = 164, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009429; + +-- Item Spaulders of a Lost Age Entry: 9430 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009430; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9430 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 205, + stat_type2 = 43, + stat_value2 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009430; + +-- Item Papal Fez Entry: 9431 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009431; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9431 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 220, + stat_type2 = 6, + stat_value2 = 152, + stat_type3 = 45, + stat_value3 = 121, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009431; + +-- Item Skullplate Bracers Entry: 9432 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009432; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9432 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 78, + stat_type2 = 7, + stat_value2 = 110, + stat_type3 = 4, + stat_value3 = 78, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20009432; + +-- Item Digmaster 5000 Entry: 9465 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009465; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9465 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 358, + dmg_max1 = 660, + dmg_min2 = 358, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 11791, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009465; + +-- Item Khorium Band of Frost Entry: 24080 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024080; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24080 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024080; + +-- Item Khorium Inferno Band Entry: 24082 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024082; + +-- Item Khorium Band of Shadows Entry: 24079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 144, + stat_type2 = 43, + stat_value2 = 112, + stat_type3 = 7, + stat_value3 = 243, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024079; + +-- Item Manual Crowd Pummeler Entry: 9449 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009449; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9449 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 519, + dmg_max1 = 915, + dmg_min2 = 519, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 59, + stat_type2 = 3, + stat_value2 = 31, + stat_type3 = 36, + stat_value3 = 447, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009449; + +-- Item Gnomebot Operating Boots Entry: 9450 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009450; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9450 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 5, + stat_value2 = 96, + stat_type3 = 43, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20009450; + +-- Item Electrocutioner Leg Entry: 9446 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13482 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 262, EffectBasePoints_2 = 0 + WHERE ID = 30013482; + DELETE FROM acore_world.item_template WHERE entry = 20009446; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9446 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 323, + dmg_max1 = 681, + dmg_min2 = 323, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31013482, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009446; + +-- Item Electrocutioner Lagnut Entry: 9447 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 369, + stat_type2 = 7, + stat_value2 = 231, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009447; + +-- Item Spidertank Oilrag Entry: 9448 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009448; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9448 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 43, + stat_value1 = 77, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009448; + +-- Item Hydrocane Entry: 9452 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009452; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9452 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 748, + dmg_max1 = 1424, + dmg_min2 = 748, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 11789, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009452; + +-- Item Toxic Revenger Entry: 9453 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 11790 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 99, EffectBasePoints_2 = 0 + WHERE ID = 30011790; + DELETE FROM acore_world.item_template WHERE entry = 20009453; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9453 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 394, + dmg_max1 = 739, + dmg_min2 = 394, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31011790, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009453; + +-- Item Acidic Walkers Entry: 9454 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009454; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9454 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 218, + stat_type2 = 6, + stat_value2 = 147, + stat_type3 = 45, + stat_value3 = 123, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009454; + +-- Item Schematic: Craftsman's Monocle Entry: 4415 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20004415; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4415 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 483, + spellid_2 = 3966, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004415; + +-- Item Thermaplugg's Central Core Entry: 9458 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009458; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9458 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 257, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13959, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20009458; + +-- Item Thermaplugg's Left Arm Entry: 9459 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009459; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9459 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 731, + dmg_max1 = 1284, + dmg_min2 = 731, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 218, + stat_type2 = 4, + stat_value2 = 378, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009459; + +-- Item Charged Gear Entry: 9461 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009461; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9461 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009461; + +-- Item Electromagnetic Gigaflux Reactivator Entry: 9492 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009492; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9492 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 231, + stat_type2 = 5, + stat_value2 = 265, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 11826, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009492; + +-- Item Gnarled Ash Staff Entry: 791 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 712, + dmg_max1 = 1339, + dmg_min2 = 712, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000791; + +-- Item Double Link Tunic Entry: 1717 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18369, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001717; + +-- Item Forest Tracker Epaulets Entry: 2278 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 237, + stat_type2 = 4, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002278; + +-- Item Bearded Boneaxe Entry: 2878 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002878; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2878 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 343, + dmg_max1 = 671, + dmg_min2 = 343, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 3, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002878; + +-- Item The Black Knight Entry: 12974 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14106 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 990, EffectBasePoints_2 = 0 + WHERE ID = 30014106; + DELETE FROM acore_world.item_template WHERE entry = 20012974; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12974 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 343, + dmg_max1 = 686, + dmg_min2 = 343, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014106, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012974; + +-- Item Looming Gavel Entry: 13048 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 389, + dmg_max1 = 842, + dmg_min2 = 389, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 3, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013048; + +-- Item Deanship Claymore Entry: 13049 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013049; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13049 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 586, + dmg_max1 = 1218, + dmg_min2 = 586, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 158, + stat_type2 = 12, + stat_value2 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013049; + +-- Item Shield of Thorsen Entry: 13079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013079; + +-- Item The Queen's Jewel Entry: 13094 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 96, + stat_type2 = 6, + stat_value2 = 326, + stat_type3 = 5, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013094; + +-- Item Glowing Magical Bracelets Entry: 13106 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 151, + stat_type2 = 45, + stat_value2 = 67, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013106; + +-- Item Troll's Bane Leggings Entry: 13114 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013114; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13114 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 204, + stat_type2 = 38, + stat_value2 = 221, + stat_type3 = 7, + stat_value3 = 100, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013114; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 296, + dmg_max1 = 598, + dmg_min2 = 296, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Double-barreled Shotgun Entry: 2098 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002098; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2098 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 441, + dmg_max1 = 909, + dmg_min2 = 441, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002098; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 149, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 4, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 3, + stat_value2 = 76, + stat_type3 = 7, + stat_value3 = 76, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013012; + +-- Item Killmaim Entry: 13016 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13318 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 250, EffectBasePoints_2 = 0 + WHERE ID = 30013318; + DELETE FROM acore_world.item_template WHERE entry = 20013016; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13016 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 797, + dmg_max1 = 1446, + dmg_min2 = 797, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013016; + +-- Item Sword of Corruption Entry: 13032 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17510 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 240, EffectBasePoints_2 = 0 + WHERE ID = 30017510; + DELETE FROM acore_world.item_template WHERE entry = 20013032; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13032 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 351, + dmg_max1 = 748, + dmg_min2 = 351, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017510, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013032; + +-- Item Guardian Blade Entry: 13041 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013041; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13041 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 713, + dmg_max1 = 1223, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 40 + WHERE entry = 20013041; + +-- Item Thunderwood Entry: 13062 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013062; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13062 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 403, + dmg_max1 = 751, + dmg_min2 = 403, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013062; + +-- Item Brawler Gloves Entry: 720 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000720; + +-- Item Dense Triangle Mace Entry: 3203 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 494, + dmg_max1 = 1084, + dmg_min2 = 494, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 261, + stat_type2 = 7, + stat_value2 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003203; + +-- Item Amy's Blanket Entry: 13005 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013005; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13005 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 178, + stat_type2 = 7, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013005; + +-- Item Beazel's Basher Entry: 13024 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 485, + dmg_max1 = 830, + dmg_min2 = 485, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 139, + stat_type2 = 6, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013024; + +-- Item Orb of Mistmantle Entry: 13031 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013031; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13031 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 147, + stat_type2 = 45, + stat_value2 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013031; + +-- Item Bloodpike Entry: 13057 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18202 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 258, EffectBasePoints_2 = 0 + WHERE ID = 30018202; + DELETE FROM acore_world.item_template WHERE entry = 20013057; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13057 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 797, + dmg_max1 = 1414, + dmg_min2 = 797, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018202, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013057; + +-- Item Thunderbrow Ring Entry: 13097 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013097; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13097 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 4, + stat_value2 = 326, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013097; + +-- Item Moccasins of the White Hare Entry: 13099 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 237, + stat_type2 = 45, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013099; + +-- Item Sparkleshell Mantle Entry: 13131 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013131; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13131 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 241, + stat_type2 = 3, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013131; + +-- Item Burning War Axe Entry: 2299 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18199 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2325, EffectBasePoints_2 = 136 + WHERE ID = 30018199; + DELETE FROM acore_world.item_template WHERE entry = 20002299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 789, + dmg_max1 = 1403, + dmg_min2 = 789, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002299; + +-- Item Holy Shroud Entry: 2721 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 187, + stat_type2 = 45, + stat_value2 = 236, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002721; + +-- Item Combatant Claymore Entry: 2877 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002877; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2877 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 636, + dmg_max1 = 1310, + dmg_min2 = 636, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 291, + stat_type2 = 7, + stat_value2 = 229, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002877; + +-- Item Claw of the Shadowmancer Entry: 2912 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16409 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 959, EffectBasePoints_2 = 0 + WHERE ID = 30016409; + DELETE FROM acore_world.item_template WHERE entry = 20002912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 378, + dmg_max1 = 646, + dmg_min2 = 378, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002912; + +-- Item Enduring Cap Entry: 3020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 213, + stat_type2 = 5, + stat_value2 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20003020; + +-- Item Girdle of Golem Strength Entry: 9405 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 180, + stat_type2 = 12, + stat_value2 = 41, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009405; + +-- Item Harpyclaw Short Bow Entry: 13019 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013019; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13019 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 355, + dmg_max1 = 675, + dmg_min2 = 355, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013019; + +-- Item Crystalpine Stinger Entry: 13037 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013037; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13037 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 569, + dmg_max1 = 1115, + dmg_min2 = 569, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013037; + +-- Item River Pride Choker Entry: 13087 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 4, + stat_value2 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013087; + +-- Item Frostreaver Crown Entry: 13127 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013127; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13127 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 248, + stat_type2 = 4, + stat_value2 = 113, + stat_type3 = 32, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013127; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 790, + dmg_max1 = 1480, + dmg_min2 = 790, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 465, + dmg_max1 = 863, + dmg_min2 = 465, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 4, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 247, + dmg_max1 = 506, + dmg_min2 = 247, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 490, + dmg_max1 = 953, + dmg_min2 = 490, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 573, + dmg_max1 = 989, + dmg_min2 = 573, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 713, + dmg_max1 = 1272, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 249, + stat_type2 = 45, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 6, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 459, + dmg_max1 = 823, + dmg_min2 = 459, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 86, + stat_type2 = 4, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2709, EffectBasePoints_2 = 78 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 506, + dmg_max1 = 1104, + dmg_min2 = 506, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Vibroblade Entry: 9485 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009485; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9485 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 259, + dmg_max1 = 565, + dmg_min2 = 259, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 11791, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009485; + +-- Item Supercharger Battle Axe Entry: 9486 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13527 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2547, EffectBasePoints_2 = 0 + WHERE ID = 30013527; + DELETE FROM acore_world.item_template WHERE entry = 20009486; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9486 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 688, + dmg_max1 = 1274, + dmg_min2 = 688, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013527, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009486; + +-- Item Hi-tech Supergun Entry: 9487 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009487; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9487 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 494, + dmg_max1 = 842, + dmg_min2 = 494, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009487; + +-- Item Oscillating Power Hammer Entry: 9488 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009488; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9488 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 356, + dmg_max1 = 685, + dmg_min2 = 356, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 148, + stat_type2 = 7, + stat_value2 = 59, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009488; + +-- Item Gizmotron Megachopper Entry: 9490 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009490; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9490 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 701, + dmg_max1 = 1371, + dmg_min2 = 701, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 329, + stat_type2 = 3, + stat_value2 = 178, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009490; + +-- Item Hotshot Pilot's Gloves Entry: 9491 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009491; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9491 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 109, + stat_type2 = 7, + stat_value2 = 109, + stat_type3 = 45, + stat_value3 = 64, + stat_type4 = 5, + stat_value4 = 144, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009491; + +-- Item Mechbuilder's Overalls Entry: 9508 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009508; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9508 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 331, + stat_type2 = 7, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009508; + +-- Item Petrolspill Leggings Entry: 9509 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009509; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9509 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 278, + stat_type2 = 7, + stat_value2 = 170, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20009509; + +-- Item Caverndeep Trudgers Entry: 9510 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009510; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9510 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 112, + stat_type2 = 4, + stat_value2 = 112, + stat_type3 = 7, + stat_value3 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009510; + +-- Item Smoldering Claw Entry: 12243 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 15662 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2540, EffectBasePoints_2 = 75 + WHERE ID = 30015662; + DELETE FROM acore_world.item_template WHERE entry = 20012243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 690, + dmg_max1 = 1392, + dmg_min2 = 690, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31015662, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012243; + +-- Item Drakefang Butcher Entry: 12463 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14118 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 216, EffectBasePoints_2 = 0 + WHERE ID = 30014118; + DELETE FROM acore_world.item_template WHERE entry = 20012463; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12463 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 745, + dmg_max1 = 1377, + dmg_min2 = 745, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31014118, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012463; + +-- Item Bloodfire Talons Entry: 12464 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012464; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12464 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 138, + stat_type2 = 6, + stat_value2 = 138, + stat_type3 = 5, + stat_value3 = 98, + stat_type4 = 7, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012464; + +-- Item Nightfall Drape Entry: 12465 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012465; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12465 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 13, + stat_value1 = 95, + stat_type2 = 7, + stat_value2 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012465; + +-- Item Dawnspire Cord Entry: 12466 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012466; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12466 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 154, + stat_type2 = 6, + stat_value2 = 116, + stat_type3 = 31, + stat_value3 = 81, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012466; + +-- Item Smoldering Claw Entry: 12243 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 15662 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2540, EffectBasePoints_2 = 75 + WHERE ID = 30015662; + DELETE FROM acore_world.item_template WHERE entry = 20012243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 745, + dmg_max1 = 1403, + dmg_min2 = 745, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31015662, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012243; + +-- Item Drakefang Butcher Entry: 12463 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14118 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 216, EffectBasePoints_2 = 0 + WHERE ID = 30014118; + DELETE FROM acore_world.item_template WHERE entry = 20012463; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12463 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 714, + dmg_max1 = 1306, + dmg_min2 = 714, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31014118, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012463; + +-- Item Bloodfire Talons Entry: 12464 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012464; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12464 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 98, + stat_type3 = 7, + stat_value3 = 147, + stat_type4 = 45, + stat_value4 = 138, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012464; + +-- Item Nightfall Drape Entry: 12465 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012465; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12465 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 204, + stat_type2 = 13, + stat_value2 = 95, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012465; + +-- Item Dawnspire Cord Entry: 12466 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012466; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12466 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 154, + stat_type2 = 6, + stat_value2 = 116, + stat_type3 = 31, + stat_value3 = 81, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012466; + +-- Item Atal'alarion's Tusk Ring Entry: 10798 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010798; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10798 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 214, + stat_type2 = 7, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20010798; + +-- Item Headspike Entry: 10799 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010799; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10799 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 759, + dmg_max1 = 1564, + dmg_min2 = 759, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 334, + stat_type2 = 4, + stat_value2 = 297, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010799; + +-- Item Darkwater Bracers Entry: 10800 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 207, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20010800; + +-- Item Atal'ai Leggings Entry: 10785 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010785; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10785 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 414, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20010785; + +-- Item Atal'ai Boots Entry: 10786 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20010786; + +-- Item Atal'ai Girdle Entry: 10788 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 266, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20010788; + +-- Item Vestments of the Atal'ai Prophet Entry: 10806 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010806; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10806 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 269, + stat_type3 = 32, + stat_value3 = 269, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20010806; + +-- Item Kilt of the Atal'ai Prophet Entry: 10807 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010807; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10807 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 253, + stat_type2 = 5, + stat_value2 = 108, + stat_type3 = 7, + stat_value3 = 166, + stat_type4 = 45, + stat_value4 = 189, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20010807; + +-- Item Gloves of the Atal'ai Prophet Entry: 10808 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010808; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10808 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 122, + stat_type2 = 7, + stat_value2 = 135, + stat_type3 = 45, + stat_value3 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20010808; + +-- Item Blade of the Wretched Entry: 10803 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18088 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 439, EffectBasePoints_2 = 0 + WHERE ID = 30018088; + DELETE FROM acore_world.item_template WHERE entry = 20010803; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10803 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 419, + dmg_max1 = 882, + dmg_min2 = 419, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018088, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010803; + +-- Item Fist of the Damned Entry: 10804 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18084 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 549, EffectBasePoints_2 = 0 + WHERE ID = 30018084; + DELETE FROM acore_world.item_template WHERE entry = 20010804; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10804 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 390, + dmg_max1 = 798, + dmg_min2 = 390, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018084, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010804; + +-- Item Eater of the Dead Entry: 10805 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010805; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10805 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 445, + dmg_max1 = 884, + dmg_min2 = 445, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18074, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010805; + +-- Item Dire Nail Entry: 10828 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010828; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10828 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 322, + dmg_max1 = 585, + dmg_min2 = 322, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010828; + +-- Item The Dragon's Eye Entry: 10829 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010829; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10829 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 220, + stat_type2 = 6, + stat_value2 = 297, + stat_type3 = 45, + stat_value3 = 220, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010829; + +-- Item Horns of Eranikus Entry: 10833 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010833; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10833 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 208, + stat_type3 = 5, + stat_value3 = 155, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20010833; + +-- Item Crest of Supremacy Entry: 10835 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010835; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10835 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 5, + stat_value2 = 131, + stat_type3 = 43, + stat_value3 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20010835; + +-- Item Rod of Corrosion Entry: 10836 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010836; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10836 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 309, + dmg_max1 = 576, + dmg_min2 = 309, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 32, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010836; + +-- Item Tooth of Eranikus Entry: 10837 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010837; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10837 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 449, + dmg_max1 = 965, + dmg_min2 = 449, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 84, + stat_type2 = 4, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010837; + +-- Item Atal'ai Leggings Entry: 10785 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010785; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10785 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 414, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20010785; + +-- Item Atal'ai Boots Entry: 10786 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20010786; + +-- Item Atal'ai Girdle Entry: 10788 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 266, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20010788; + +-- Item Atal'ai Leggings Entry: 10785 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010785; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10785 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 414, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20010785; + +-- Item Atal'ai Boots Entry: 10786 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20010786; + +-- Item Atal'ai Girdle Entry: 10788 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 266, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20010788; + +-- Item Atal'ai Leggings Entry: 10785 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010785; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10785 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 414, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20010785; + +-- Item Atal'ai Boots Entry: 10786 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20010786; + +-- Item Atal'ai Girdle Entry: 10788 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 266, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20010788; + +-- Item Atal'ai Leggings Entry: 10785 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010785; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10785 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 414, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20010785; + +-- Item Atal'ai Boots Entry: 10786 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20010786; + +-- Item Atal'ai Girdle Entry: 10788 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 266, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20010788; + +-- Item Atal'ai Leggings Entry: 10785 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010785; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10785 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 414, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20010785; + +-- Item Atal'ai Boots Entry: 10786 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20010786; + +-- Item Atal'ai Girdle Entry: 10788 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20010788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 266, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20010788; + +-- Item Smoldering Claw Entry: 12243 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 15662 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2540, EffectBasePoints_2 = 75 + WHERE ID = 30015662; + DELETE FROM acore_world.item_template WHERE entry = 20012243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 811, + dmg_max1 = 1425, + dmg_min2 = 811, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31015662, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012243; + +-- Item Drakefang Butcher Entry: 12463 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14118 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 216, EffectBasePoints_2 = 0 + WHERE ID = 30014118; + DELETE FROM acore_world.item_template WHERE entry = 20012463; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12463 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 642, + dmg_max1 = 1408, + dmg_min2 = 642, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31014118, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012463; + +-- Item Bloodfire Talons Entry: 12464 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012464; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12464 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 98, + stat_type3 = 7, + stat_value3 = 147, + stat_type4 = 45, + stat_value4 = 138, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012464; + +-- Item Nightfall Drape Entry: 12465 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012465; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12465 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 204, + stat_type2 = 13, + stat_value2 = 95, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012465; + +-- Item Dawnspire Cord Entry: 12466 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012466; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12466 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 116, + stat_type2 = 31, + stat_value2 = 81, + stat_type3 = 5, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012466; + +-- Item Smoldering Claw Entry: 12243 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 15662 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2540, EffectBasePoints_2 = 75 + WHERE ID = 30015662; + DELETE FROM acore_world.item_template WHERE entry = 20012243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 789, + dmg_max1 = 1501, + dmg_min2 = 789, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31015662, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012243; + +-- Item Drakefang Butcher Entry: 12463 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14118 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 216, EffectBasePoints_2 = 0 + WHERE ID = 30014118; + DELETE FROM acore_world.item_template WHERE entry = 20012463; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12463 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 694, + dmg_max1 = 1336, + dmg_min2 = 694, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31014118, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012463; + +-- Item Bloodfire Talons Entry: 12464 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012464; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12464 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 98, + stat_type3 = 7, + stat_value3 = 147, + stat_type4 = 45, + stat_value4 = 138, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012464; + +-- Item Nightfall Drape Entry: 12465 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012465; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12465 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 204, + stat_type2 = 13, + stat_value2 = 95, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012465; + +-- Item Dawnspire Cord Entry: 12466 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012466; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12466 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 154, + stat_type2 = 6, + stat_value2 = 116, + stat_type3 = 31, + stat_value3 = 81, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012466; + +-- Item Flurry Axe Entry: 871 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000871; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 871 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 259, + dmg_max1 = 519, + dmg_min2 = 259, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18797, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000871; + +-- Item Robes of Insight Entry: 940 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 309, + stat_type2 = 6, + stat_value2 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18820, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20000940; + +-- Item Blackskull Shield Entry: 1169 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001169; + +-- Item Ring of Saviors Entry: 1447 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 312, + stat_type2 = 6, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18826, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001447; + +-- Item Warden Staff Entry: 943 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 593, + dmg_max1 = 1038, + dmg_min2 = 593, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 244, + stat_type2 = 12, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 260 + WHERE entry = 20000943; + +-- Item Precisely Calibrated Boomstick Entry: 2100 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 274, + dmg_max1 = 590, + dmg_min2 = 274, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 130, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002100; + +-- Item Kang the Decapitator Entry: 2291 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17153 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 837, EffectBasePoints_2 = 0 + WHERE ID = 30017153; + DELETE FROM acore_world.item_template WHERE entry = 20002291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 753, + dmg_max1 = 1582, + dmg_min2 = 753, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017153, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002291; + +-- Item Edgemaster's Handguards Entry: 14551 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014551; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14551 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 96, + stat_type2 = 37, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20014551; + +-- Item Bloodrazor Entry: 809 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17504 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 164, EffectBasePoints_2 = 0 + WHERE ID = 30017504; + DELETE FROM acore_world.item_template WHERE entry = 20000809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 533, + dmg_max1 = 934, + dmg_min2 = 533, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017504, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000809; + +-- Item Lei of Lilies Entry: 1315 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001315; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1315 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 237, + stat_type2 = 6, + stat_value2 = 300, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18831, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001315; + +-- Item Wall of the Dead Entry: 1979 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 168, + stat_type2 = 4, + stat_value2 = 133, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 19409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001979; + +-- Item Stonerender Gauntlets Entry: 17007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20017007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 113, + stat_type3 = 5, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20017007; + +-- Item Necklace of Calisea Entry: 1714 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 208, + stat_type2 = 6, + stat_value2 = 208, + stat_type3 = 7, + stat_value3 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001714; + +-- Item Basilisk Hide Pants Entry: 1718 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001718; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1718 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 278, + stat_type2 = 31, + stat_value2 = 48, + stat_type3 = 7, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20001718; + +-- Item Thornstone Sledgehammer Entry: 1722 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 714, + dmg_max1 = 1417, + dmg_min2 = 714, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001722; + +-- Item Blazing Emblem Entry: 2802 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13744, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002802; + +-- Item Umbral Crystal Entry: 13029 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013029; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13029 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 45, + stat_value2 = 165, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013029; + +-- Item Jaina's Firestarter Entry: 13064 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 331, + dmg_max1 = 668, + dmg_min2 = 331, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 103, + stat_type2 = 6, + stat_value2 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013064; + +-- Item Ogron's Sash Entry: 13117 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013117; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13117 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 119, + stat_type2 = 3, + stat_value2 = 119, + stat_type3 = 7, + stat_value3 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013117; + +-- Item Skeletal Shoulders Entry: 13132 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013132; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13132 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 147, + stat_type2 = 7, + stat_value2 = 249, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013132; + +-- Item The Silencer Entry: 13138 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013138; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13138 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 529, + dmg_max1 = 1160, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 130, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013138; + +-- Item Ankh of Life Entry: 1713 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14053 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2778, EffectBasePoints_2 = 0 + WHERE ID = 30014053; + DELETE FROM acore_world.item_template WHERE entry = 20001713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014053, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001713; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 139, + stat_type2 = 38, + stat_value2 = 292, + stat_type3 = 3, + stat_value3 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 323, + dmg_max1 = 657, + dmg_min2 = 323, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 97, + stat_type2 = 4, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 473, + dmg_max1 = 833, + dmg_min2 = 473, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 459, + dmg_max1 = 941, + dmg_min2 = 459, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 74, + stat_type2 = 5, + stat_value2 = 65, + stat_type3 = 7, + stat_value3 = 65, + stat_type4 = 4, + stat_value4 = 65, + stat_type5 = 3, + stat_value5 = 65, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Witchfury Entry: 13051 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18214 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3159, EffectBasePoints_2 = 0 + WHERE ID = 30018214; + DELETE FROM acore_world.item_template WHERE entry = 20013051; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13051 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 711, + dmg_max1 = 1240, + dmg_min2 = 711, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018214, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013051; + +-- Item Khoo's Point Entry: 13058 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 557, + dmg_max1 = 1167, + dmg_min2 = 557, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 320, + stat_type2 = 6, + stat_value2 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 133, + stat_type2 = 3, + stat_value2 = 133, + stat_type3 = 7, + stat_value3 = 133, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 208, + stat_type2 = 6, + stat_value2 = 172, + stat_type3 = 38, + stat_value3 = 254, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 226, + stat_type2 = 5, + stat_value2 = 138, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 59, + stat_type2 = 5, + stat_value2 = 92, + stat_type3 = 45, + stat_value3 = 269, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 161, + stat_type2 = 7, + stat_value2 = 97, + stat_type3 = 6, + stat_value3 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013145; + +-- Item Shortsword of Vengeance Entry: 754 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13519 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 575, EffectBasePoints_2 = 0 + WHERE ID = 30013519; + DELETE FROM acore_world.item_template WHERE entry = 20000754; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 754 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 487, + dmg_max1 = 843, + dmg_min2 = 487, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013519, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000754; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 747, + dmg_max1 = 1610, + dmg_min2 = 747, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 285, + stat_type2 = 4, + stat_value2 = 188, + stat_type3 = 45, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Mug O' Hurt Entry: 4090 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004090; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4090 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 345, + dmg_max1 = 649, + dmg_min2 = 345, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13496, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004090; + +-- Item Widowmaker Entry: 4091 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 380, + dmg_max1 = 699, + dmg_min2 = 380, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 118, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 49, + stat_type2 = 5, + stat_value2 = 140, + stat_type3 = 7, + stat_value3 = 73, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 390, + dmg_max1 = 835, + dmg_min2 = 390, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 76, + stat_type2 = 7, + stat_value2 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 290, + stat_type2 = 12, + stat_value2 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 45, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 187, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 5, + stat_value3 = 187, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013128; + +-- Item Executioner's Cleaver Entry: 13018 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013018; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13018 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 874, + dmg_max1 = 1670, + dmg_min2 = 874, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 329, + stat_type2 = 31, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013018; + +-- Item Serpent Slicer Entry: 13035 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17511 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 106, EffectBasePoints_2 = 0 + WHERE ID = 30017511; + DELETE FROM acore_world.item_template WHERE entry = 20013035; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13035 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 460, + dmg_max1 = 858, + dmg_min2 = 460, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017511, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013035; + +-- Item Skull Splitting Crossbow Entry: 13039 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 531, + dmg_max1 = 1007, + dmg_min2 = 531, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 64, + stat_type2 = 38, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013039; + +-- Item Blade of the Titans Entry: 13043 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 827, + dmg_max1 = 1461, + dmg_min2 = 827, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 196, + stat_type2 = 7, + stat_value2 = 331, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013043; + +-- Item Bonechewer Entry: 13055 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 653, + dmg_max1 = 1230, + dmg_min2 = 653, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 329, + stat_type2 = 7, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013055; + +-- Item Giantslayer Bracers Entry: 13076 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013076; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13076 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 86, + stat_type2 = 4, + stat_value2 = 116, + stat_type3 = 3, + stat_value3 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013076; + +-- Item Skibi's Pendant Entry: 13089 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 176, + stat_type2 = 3, + stat_value2 = 306, + stat_type3 = 6, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013089; + +-- Item Blackflame Cape Entry: 13109 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013109; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13109 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013109; + +-- Item Winged Helm Entry: 13112 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013112; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13112 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 297, + stat_type2 = 5, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013112; + +-- Item Belt of the Gladiator Entry: 13134 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 188, + stat_type2 = 7, + stat_value2 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013134; + +-- Item Gloves of Holy Might Entry: 867 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000867; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 867 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 153, + stat_type2 = 32, + stat_value2 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 18074, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20000867; + +-- Item Ardent Custodian Entry: 868 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000868; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 868 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 415, + dmg_max1 = 767, + dmg_min2 = 415, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 64, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20000868; + +-- Item Underworld Band Entry: 1980 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 254, + stat_type2 = 6, + stat_value2 = 188, + stat_type3 = 45, + stat_value3 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001980; + +-- Item Bow of Searing Arrows Entry: 2825 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002825; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2825 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 494, + dmg_max1 = 1111, + dmg_min2 = 494, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29624, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002825; + +-- Item Icemail Jerkin Entry: 1981 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001981; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1981 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 285, + stat_type2 = 7, + stat_value2 = 216, + stat_type3 = 3, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20001981; + +-- Item Nightblade Entry: 1982 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2629, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20001982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 605, + dmg_max1 = 1288, + dmg_min2 = 605, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001982; + +-- Item Gut Ripper Entry: 2164 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18107 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1948, EffectBasePoints_2 = 0 + WHERE ID = 30018107; + DELETE FROM acore_world.item_template WHERE entry = 20002164; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2164 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 360, + dmg_max1 = 687, + dmg_min2 = 360, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018107, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002164; + +-- Item Boots of Avoidance Entry: 14549 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014549; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14549 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 115, + stat_type3 = 13, + stat_value3 = 120, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014549; + +-- Item Elven Spirit Claws Entry: 2564 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002564; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2564 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 146, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 45, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20002564; + +-- Item Six Demon Bag Entry: 7734 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20007734; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7734 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 14537, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007734; + +-- Item Cow King's Hide Entry: 13009 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013009; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13009 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013009; + +-- Item Basilisk Bone Entry: 13030 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013030; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13030 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013030; + +-- Item Blanchard's Stout Entry: 13046 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013046; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13046 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 681, + dmg_max1 = 1362, + dmg_min2 = 681, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 292, + stat_type2 = 7, + stat_value2 = 247, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013046; + +-- Item Wand of Allistarj Entry: 13065 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013065; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13065 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 359, + dmg_max1 = 724, + dmg_min2 = 359, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013065; + +-- Item Wyrmslayer Spaulders Entry: 13066 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013066; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13066 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 173, + stat_type2 = 7, + stat_value2 = 173, + stat_type3 = 3, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013066; + +-- Item Horizon Choker Entry: 13085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 312, + stat_type2 = 6, + stat_value2 = 149, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013085; + +-- Item Elven Chain Boots Entry: 13125 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013125; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13125 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 68, + stat_type2 = 3, + stat_value2 = 215, + stat_type3 = 7, + stat_value3 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013125; + +-- Item Guttbuster Entry: 13139 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013139; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13139 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 567, + dmg_max1 = 1119, + dmg_min2 = 567, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 108, + stat_type2 = 4, + stat_value2 = 61, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013139; + +-- Item Freezing Band Entry: 942 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18799, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000942; + +-- Item Shadowblade Entry: 2163 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1918, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20002163; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2163 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 288, + dmg_max1 = 530, + dmg_min2 = 288, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002163; + +-- Item Hurricane Entry: 2824 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002824; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2824 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 341, + dmg_max1 = 639, + dmg_min2 = 341, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29501, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002824; + +-- Item Taran Icebreaker Entry: 2915 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16415 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3211, EffectBasePoints_2 = 143 + WHERE ID = 30016415; + DELETE FROM acore_world.item_template WHERE entry = 20002915; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2915 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 521, + dmg_max1 = 1066, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016415, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002915; + +-- Item Eye of Adaegus Entry: 5266 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 5, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005266; + +-- Item Uther's Strength Entry: 11302 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011302; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11302 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 8397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011302; + +-- Item Dalewind Trousers Entry: 13008 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013008; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13008 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 273, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 7, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013008; + +-- Item Axe of Rin'ji Entry: 13014 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013014; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13014 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 386, + dmg_max1 = 714, + dmg_min2 = 386, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 3, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013014; + +-- Item Bonesnapper Entry: 13027 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013027; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13027 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 496, + dmg_max1 = 993, + dmg_min2 = 496, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013027; + +-- Item Warmonger Entry: 13052 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013052; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13052 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 710, + dmg_max1 = 1400, + dmg_min2 = 710, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 31, + stat_value2 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013052; + +-- Item Stoneraven Entry: 13059 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 770, + dmg_max1 = 1450, + dmg_min2 = 770, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 184, + stat_type2 = 3, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 200, + stat_type4 = 6, + stat_value4 = 149, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013059; + +-- Item Mugthol's Helm Entry: 13073 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013073; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13073 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 190, + stat_type2 = 4, + stat_value2 = 140, + stat_type3 = 7, + stat_value3 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013073; + +-- Item Battlecaller Gauntlets Entry: 13126 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013126; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13126 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 66, + stat_type2 = 7, + stat_value2 = 74, + stat_type3 = 38, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013126; + +-- Item Serenity Belt Entry: 13144 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013144; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13144 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 186, + stat_type2 = 7, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013144; + +-- Item Hammer of the Northern Wind Entry: 810 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 403, + dmg_max1 = 778, + dmg_min2 = 403, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000810; + +-- Item Glowing Brightwood Staff Entry: 812 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 691, + dmg_max1 = 1404, + dmg_min2 = 691, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 285, + stat_type2 = 7, + stat_value2 = 193, + stat_type3 = 6, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000812; + +-- Item Eye of Flame Entry: 3075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20003075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 150, + stat_type2 = 45, + stat_value2 = 212, + stat_type3 = 5, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003075; + +-- Item Stockade Pauldrons Entry: 14552 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014552; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14552 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 126, + stat_type2 = 12, + stat_value2 = 60, + stat_type3 = 7, + stat_value3 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014552; + +-- Item Winter's Bite Entry: 10623 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 374, + dmg_max1 = 744, + dmg_min2 = 374, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010623; + +-- Item Stinging Bow Entry: 10624 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 521, + dmg_max1 = 1127, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 64, + stat_type2 = 38, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010624; + +-- Item Stealthblade Entry: 10625 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010625; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10625 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 249, + dmg_max1 = 526, + dmg_min2 = 249, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 12685, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010625; + +-- Item Ragehammer Entry: 10626 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 851, + dmg_max1 = 1765, + dmg_min2 = 851, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010626; + +-- Item Bludgeon of the Grinning Dog Entry: 10627 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010627; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10627 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 793, + dmg_max1 = 1494, + dmg_min2 = 793, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 56, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010627; + +-- Item Deathblow Entry: 10628 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16411 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3090, EffectBasePoints_2 = 0 + WHERE ID = 30016411; + DELETE FROM acore_world.item_template WHERE entry = 20010628; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10628 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 682, + dmg_max1 = 1220, + dmg_min2 = 682, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016411, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010628; + +-- Item Mistwalker Boots Entry: 10629 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 138, + stat_type2 = 6, + stat_value2 = 173, + stat_type3 = 45, + stat_value3 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20010629; + +-- Item Soulcatcher Halo Entry: 10630 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010630; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10630 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 45, + stat_value2 = 157, + stat_type3 = 5, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20010630; + +-- Item Murkwater Gauntlets Entry: 10631 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 150, + stat_type2 = 5, + stat_value2 = 81, + stat_type3 = 38, + stat_value3 = 159, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20010631; + +-- Item Slimescale Bracers Entry: 10632 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 63, + stat_type2 = 5, + stat_value2 = 63, + stat_type3 = 43, + stat_value3 = 69, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20010632; + +-- Item Mindseye Circle Entry: 10634 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010634; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10634 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 193, + stat_type2 = 5, + stat_value2 = 251, + stat_type3 = 45, + stat_value3 = 193, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010634; + +-- Item Khorium Inferno Band Entry: 24082 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024082; + +-- Item Khorium Band of Frost Entry: 24080 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024080; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24080 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024080; + +-- Item Silvershell Leggings Entry: 10633 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20010633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 172, + stat_type2 = 4, + stat_value2 = 231, + stat_type3 = 3, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20010633; + +-- Item Khorium Band of Leaves Entry: 24085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024085; + +-- Item Arcane Khorium Band Entry: 24086 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024086; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24086 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024086; + +-- Item Glowing Eye of Mordresh Entry: 10769 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010769; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10769 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 399, + stat_type2 = 45, + stat_value2 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010769; + +-- Item Mordresh's Lifeless Skull Entry: 10770 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010770; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10770 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 45, + stat_value2 = 187, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010770; + +-- Item Deathmage Sash Entry: 10771 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010771; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10771 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 120, + stat_type2 = 45, + stat_value2 = 120, + stat_type3 = 5, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20010771; + +-- Item Coldrage Dagger Entry: 10761 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010761; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10761 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 289, + dmg_max1 = 588, + dmg_min2 = 289, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010761; + +-- Item Robes of the Lich Entry: 10762 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010762; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10762 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 213, + stat_type2 = 7, + stat_value2 = 248, + stat_type3 = 32, + stat_value3 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20010762; + +-- Item Icemetal Barbute Entry: 10763 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010763; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10763 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 240, + stat_type2 = 3, + stat_value2 = 154, + stat_type3 = 7, + stat_value3 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20010763; + +-- Item Deathchill Armor Entry: 10764 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010764; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10764 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 105, + stat_type2 = 5, + stat_value2 = 199, + stat_type3 = 43, + stat_value3 = 183, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20010764; + +-- Item Bonefingers Entry: 10765 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010765; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10765 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 139, + stat_type2 = 5, + stat_value2 = 139, + stat_type3 = 43, + stat_value3 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20010765; + +-- Item Glutton's Cleaver Entry: 10772 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18075 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 270, EffectBasePoints_2 = 0 + WHERE ID = 30018075; + DELETE FROM acore_world.item_template WHERE entry = 20010772; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10772 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 392, + dmg_max1 = 772, + dmg_min2 = 392, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018075, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010772; + +-- Item Fleshhide Shoulders Entry: 10774 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010774; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10774 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 130, + stat_type2 = 7, + stat_value2 = 250, + stat_type3 = 3, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20010774; + +-- Item X'caliboar Entry: 10758 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010758; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10758 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 857, + dmg_max1 = 1666, + dmg_min2 = 857, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 375, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010758; + +-- Item Savage Boar's Guard Entry: 10767 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010767; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10767 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 7, + stat_value2 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20010767; + +-- Item Boar Champion's Belt Entry: 10768 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010768; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10768 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 125, + stat_type2 = 4, + stat_value2 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20010768; + +-- Item Stalvan's Reaper Entry: 934 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000934; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 934 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 555, + dmg_max1 = 1056, + dmg_min2 = 555, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13524, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000934; + +-- Item Poison-tipped Bone Spear Entry: 1726 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16401 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 581, EffectBasePoints_2 = 0 + WHERE ID = 30016401; + DELETE FROM acore_world.item_template WHERE entry = 20001726; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1726 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 557, + dmg_max1 = 1031, + dmg_min2 = 557, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016401, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001726; + +-- Item Swampwalker Boots Entry: 2276 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 215, + stat_type2 = 7, + stat_value2 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002276; + +-- Item Ring of the Underwood Entry: 2951 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002951; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2951 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 310, + stat_type2 = 4, + stat_value2 = 119, + stat_type3 = 7, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002951; + +-- Item Archaic Defender Entry: 9385 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009385; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9385 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 772, + dmg_max1 = 1349, + dmg_min2 = 772, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20009385; + +-- Item Reticulated Bone Gauntlets Entry: 9435 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009435; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9435 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 202, + stat_type2 = 7, + stat_value2 = 117, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009435; + +-- Item Deadwood Sledge Entry: 13025 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013025; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13025 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 318, + dmg_max1 = 666, + dmg_min2 = 318, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 68, + stat_type2 = 6, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013025; + +-- Item Blush Ember Ring Entry: 13093 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 252, + stat_type2 = 3, + stat_value2 = 190, + stat_type3 = 4, + stat_value3 = 170, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013093; + +-- Item Sutarn's Ring Entry: 13105 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013105; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13105 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 138, + stat_type2 = 7, + stat_value2 = 103, + stat_type3 = 6, + stat_value3 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013105; + +-- Item Wolffear Harness Entry: 13110 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013110; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13110 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 63, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 3, + stat_value3 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013110; + +-- Item Dazzling Longsword Entry: 869 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000869; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 869 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 302, + dmg_max1 = 582, + dmg_min2 = 302, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13752, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000869; + +-- Item Fiery War Axe Entry: 870 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18796 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3476, EffectBasePoints_2 = 158 + WHERE ID = 30018796; + DELETE FROM acore_world.item_template WHERE entry = 20000870; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 870 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 655, + dmg_max1 = 1214, + dmg_min2 = 655, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018796, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000870; + +-- Item Staff of Jordan Entry: 873 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000873; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 873 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 848, + dmg_max1 = 1561, + dmg_min2 = 848, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 198, + stat_type2 = 6, + stat_value2 = 198, + stat_type3 = 45, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000873; + +-- Item The Green Tower Entry: 1204 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18097, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001204; + +-- Item Gloves of Holy Might Entry: 867 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000867; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 867 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 178, + stat_type2 = 38, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 18074, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000867; + +-- Item Ardent Custodian Entry: 868 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000868; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 868 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 362, + dmg_max1 = 748, + dmg_min2 = 362, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 62, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20000868; + +-- Item Underworld Band Entry: 1980 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 6, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001980; + +-- Item Bow of Searing Arrows Entry: 2825 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002825; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2825 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 541, + dmg_max1 = 1028, + dmg_min2 = 541, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29624, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002825; + +-- Item Burning War Axe Entry: 2299 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18199 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2325, EffectBasePoints_2 = 136 + WHERE ID = 30018199; + DELETE FROM acore_world.item_template WHERE entry = 20002299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 701, + dmg_max1 = 1425, + dmg_min2 = 701, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002299; + +-- Item Holy Shroud Entry: 2721 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 187, + stat_type2 = 45, + stat_value2 = 236, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002721; + +-- Item Combatant Claymore Entry: 2877 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002877; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2877 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 626, + dmg_max1 = 1300, + dmg_min2 = 626, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 291, + stat_type2 = 7, + stat_value2 = 229, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002877; + +-- Item Claw of the Shadowmancer Entry: 2912 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16409 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 959, EffectBasePoints_2 = 0 + WHERE ID = 30016409; + DELETE FROM acore_world.item_template WHERE entry = 20002912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 338, + dmg_max1 = 636, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002912; + +-- Item Enduring Cap Entry: 3020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 213, + stat_type2 = 5, + stat_value2 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20003020; + +-- Item Girdle of Golem Strength Entry: 9405 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 180, + stat_type2 = 12, + stat_value2 = 41, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009405; + +-- Item Harpyclaw Short Bow Entry: 13019 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013019; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13019 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 334, + dmg_max1 = 654, + dmg_min2 = 334, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013019; + +-- Item Crystalpine Stinger Entry: 13037 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013037; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13037 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 504, + dmg_max1 = 1107, + dmg_min2 = 504, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013037; + +-- Item River Pride Choker Entry: 13087 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 4, + stat_value2 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013087; + +-- Item Frostreaver Crown Entry: 13127 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013127; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13127 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 113, + stat_type2 = 7, + stat_value2 = 248, + stat_type3 = 4, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013127; + +-- Item Necromancer Leggings Entry: 2277 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 45, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002277; + +-- Item Rod of Molten Fire Entry: 2565 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002565; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2565 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002565; + +-- Item Gloves of Old Entry: 9395 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 201, + stat_type2 = 5, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009395; + +-- Item Zealot Blade Entry: 13033 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013033; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13033 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 550, + dmg_max1 = 1027, + dmg_min2 = 550, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 116, + stat_type2 = 5, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013033; + +-- Item Viscous Hammer Entry: 13045 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013045; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13045 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 693, + dmg_max1 = 1272, + dmg_min2 = 693, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 38, + stat_value3 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013045; + +-- Item Starfaller Entry: 13063 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013063; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13063 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 301, + dmg_max1 = 541, + dmg_min2 = 301, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013063; + +-- Item Kaleidoscope Chain Entry: 13084 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013084; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13084 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 153, + stat_type2 = 5, + stat_value2 = 153, + stat_type3 = 6, + stat_value3 = 153, + stat_type4 = 7, + stat_value4 = 153, + stat_type5 = 4, + stat_value5 = 153, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013084; + +-- Item Tigerstrike Mantle Entry: 13108 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013108; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13108 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 7, + stat_value2 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013108; + +-- Item Ravasaur Scale Boots Entry: 13124 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013124; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13124 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 93, + stat_type2 = 7, + stat_value2 = 196, + stat_type3 = 31, + stat_value3 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013124; + +-- Item Ironweaver Entry: 13137 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013137; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13137 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 468, + dmg_max1 = 1005, + dmg_min2 = 468, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013137; + +-- Item Midnight Mace Entry: 936 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000936; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 936 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 480, + dmg_max1 = 781, + dmg_min2 = 480, + dmg_max2 = 98, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000936; + +-- Item Black Duskwood Staff Entry: 937 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2590, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20000937; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 937 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 651, + dmg_max1 = 1237, + dmg_min2 = 651, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000937; + +-- Item Scorpion Sting Entry: 1265 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18208 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 222, EffectBasePoints_2 = 0 + WHERE ID = 30018208; + DELETE FROM acore_world.item_template WHERE entry = 20001265; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1265 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 478, + dmg_max1 = 874, + dmg_min2 = 478, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018208, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001265; + +-- Item The Ziggler Entry: 8006 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13482 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 208, EffectBasePoints_2 = 0 + WHERE ID = 30013482; + DELETE FROM acore_world.item_template WHERE entry = 20008006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 307, + dmg_max1 = 614, + dmg_min2 = 307, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013482, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008006; + +-- Item Skystriker Bow Entry: 13020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 384, + dmg_max1 = 775, + dmg_min2 = 384, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013020; + +-- Item Skullance Shield Entry: 13081 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013081; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13081 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 107, + stat_type3 = 3, + stat_value3 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013081; + +-- Item Pads of the Venom Spider Entry: 13103 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013103; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13103 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 233, + stat_type2 = 6, + stat_value2 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013103; + +-- Item Enchanted Kodo Bracers Entry: 13119 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013119; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13119 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 140, + stat_type2 = 5, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013119; + +-- Item Wing of the Whelpling Entry: 13121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 3, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013121; + +-- Item Firemane Leggings Entry: 13129 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013129; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13129 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 138, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013129; + +-- Item Robe of the Magi Entry: 1716 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 166, + stat_type3 = 45, + stat_value3 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20001716; + +-- Item Elemental Raiment Entry: 9434 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009434; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9434 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009434; + +-- Item Hellslayer Battle Axe Entry: 13017 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013017; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13017 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 607, + dmg_max1 = 1243, + dmg_min2 = 607, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18198, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013017; + +-- Item Speedsteel Rapier Entry: 13034 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013034; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13034 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 334, + dmg_max1 = 645, + dmg_min2 = 334, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013034; + +-- Item Swiftwind Entry: 13038 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013038; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13038 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 366, + dmg_max1 = 738, + dmg_min2 = 366, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013038; + +-- Item Sword of the Magistrate Entry: 13042 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013042; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13042 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 690, + dmg_max1 = 1436, + dmg_min2 = 690, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 194, + stat_type3 = 7, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013042; + +-- Item Grim Reaper Entry: 13054 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14126 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2912, EffectBasePoints_2 = 0 + WHERE ID = 30014126; + DELETE FROM acore_world.item_template WHERE entry = 20013054; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13054 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 731, + dmg_max1 = 1349, + dmg_min2 = 731, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014126, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013054; + +-- Item Gazlowe's Charm Entry: 13088 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 294, + stat_type2 = 4, + stat_value2 = 162, + stat_type3 = 6, + stat_value3 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013088; + +-- Item Crushridge Bindings Entry: 13199 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 87, + stat_type2 = 7, + stat_value2 = 138, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013199; + +-- Item Necklace of Calisea Entry: 1714 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 201, + stat_type2 = 7, + stat_value2 = 216, + stat_type3 = 5, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001714; + +-- Item Basilisk Hide Pants Entry: 1718 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001718; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1718 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 269, + stat_type2 = 31, + stat_value2 = 46, + stat_type3 = 7, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001718; + +-- Item Thornstone Sledgehammer Entry: 1722 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 712, + dmg_max1 = 1361, + dmg_min2 = 712, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001722; + +-- Item Blazing Emblem Entry: 2802 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13744, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002802; + +-- Item Umbral Crystal Entry: 13029 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013029; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13029 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 45, + stat_value2 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013029; + +-- Item Jaina's Firestarter Entry: 13064 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 330, + dmg_max1 = 642, + dmg_min2 = 330, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 100, + stat_type2 = 6, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013064; + +-- Item Ogron's Sash Entry: 13117 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013117; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13117 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 115, + stat_type2 = 7, + stat_value2 = 115, + stat_type3 = 4, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013117; + +-- Item Skeletal Shoulders Entry: 13132 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013132; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13132 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 241, + stat_type2 = 4, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013132; + +-- Item The Silencer Entry: 13138 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013138; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13138 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 521, + dmg_max1 = 1090, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013138; + +-- Item Ankh of Life Entry: 1713 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14053 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2688, EffectBasePoints_2 = 0 + WHERE ID = 30014053; + DELETE FROM acore_world.item_template WHERE entry = 20001713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014053, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001713; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 134, + stat_type3 = 38, + stat_value3 = 282, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 323, + dmg_max1 = 702, + dmg_min2 = 323, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 4, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 385, + dmg_max1 = 837, + dmg_min2 = 385, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 466, + dmg_max1 = 968, + dmg_min2 = 466, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 63, + stat_type2 = 6, + stat_value2 = 72, + stat_type3 = 5, + stat_value3 = 63, + stat_type4 = 7, + stat_value4 = 63, + stat_type5 = 4, + stat_value5 = 63, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Witchfury Entry: 13051 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18214 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3057, EffectBasePoints_2 = 0 + WHERE ID = 30018214; + DELETE FROM acore_world.item_template WHERE entry = 20013051; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13051 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 595, + dmg_max1 = 1190, + dmg_min2 = 595, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018214, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013051; + +-- Item Khoo's Point Entry: 13058 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 539, + dmg_max1 = 1138, + dmg_min2 = 539, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 310, + stat_type2 = 6, + stat_value2 = 205, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 128, + stat_type2 = 3, + stat_value2 = 128, + stat_type3 = 7, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 166, + stat_type3 = 38, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 219, + stat_type2 = 5, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 260, + stat_type2 = 7, + stat_value2 = 57, + stat_type3 = 5, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 156, + stat_type2 = 7, + stat_value2 = 94, + stat_type3 = 6, + stat_value3 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013145; + +-- Item Quillshooter Entry: 10567 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010567; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10567 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 561, + dmg_max1 = 1058, + dmg_min2 = 561, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29634, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010567; + +-- Item Manslayer Entry: 10570 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010570; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10570 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 680, + dmg_max1 = 1339, + dmg_min2 = 680, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 194, + stat_type2 = 38, + stat_value2 = 318, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010570; + +-- Item Ebony Boneclub Entry: 10571 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010571; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10571 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 334, + dmg_max1 = 617, + dmg_min2 = 334, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010571; + +-- Item Freezing Shard Entry: 10572 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010572; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10572 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 238, + dmg_max1 = 517, + dmg_min2 = 238, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010572; + +-- Item Boneslasher Entry: 10573 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010573; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10573 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 663, + dmg_max1 = 1220, + dmg_min2 = 663, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 174, + stat_type2 = 4, + stat_value2 = 282, + stat_type3 = 3, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20010573; + +-- Item Corpseshroud Entry: 10574 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010574; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10574 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 128, + stat_type2 = 5, + stat_value2 = 254, + stat_type3 = 45, + stat_value3 = 88, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20010574; + +-- Item Thoughtcast Boots Entry: 10578 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010578; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10578 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 126, + stat_type2 = 7, + stat_value2 = 86, + stat_type3 = 6, + stat_value3 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20010578; + +-- Item Death's Head Vestment Entry: 10581 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010581; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10581 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 226, + stat_type3 = 7, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20010581; + +-- Item Briar Tredders Entry: 10582 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010582; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10582 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 136, + stat_type2 = 6, + stat_value2 = 128, + stat_type3 = 45, + stat_value3 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20010582; + +-- Item Quillward Harness Entry: 10583 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010583; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10583 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 318, + stat_type2 = 4, + stat_value2 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20010583; + +-- Item Stormgale Fists Entry: 10584 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010584; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10584 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 81, + stat_type3 = 4, + stat_value3 = 164, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20010584; + +-- Item Khorium Band of Shadows Entry: 24079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024079; + +-- Item Khorium Band of Frost Entry: 24080 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024080; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24080 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024080; + +-- Item Torturing Poker Entry: 7682 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 279, + dmg_max1 = 592, + dmg_min2 = 279, + dmg_max2 = 91, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007682; + +-- Item Bloody Brass Knuckles Entry: 7683 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 332, + dmg_max1 = 585, + dmg_min2 = 332, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007683; + +-- Item Bloodmage Mantle Entry: 7684 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 189, + stat_type2 = 6, + stat_value2 = 126, + stat_type3 = 32, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20007684; + +-- Item Orb of the Forgotten Seer Entry: 7685 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007685; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7685 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 257, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007685; + +-- Item Whitemane's Chapeau Entry: 7720 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 212, + stat_type2 = 5, + stat_value2 = 212, + stat_type3 = 7, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20007720; + +-- Item Hand of Righteousness Entry: 7721 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 513, + dmg_max1 = 1075, + dmg_min2 = 513, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 362, + stat_type2 = 45, + stat_value2 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007721; + +-- Item Triune Amulet Entry: 7722 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 240, + stat_type2 = 6, + stat_value2 = 240, + stat_type3 = 7, + stat_value3 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007722; + +-- Item Mograine's Might Entry: 7723 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007723; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7723 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 768, + dmg_max1 = 1352, + dmg_min2 = 768, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 164, + stat_type2 = 7, + stat_value2 = 313, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007723; + +-- Item Gauntlets of Divinity Entry: 7724 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007724; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7724 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 142, + stat_type2 = 38, + stat_value2 = 233, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20007724; + +-- Item Aegis of the Scarlet Commander Entry: 7726 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007726; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7726 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 132, + stat_type2 = 12, + stat_value2 = 50, + stat_type3 = 7, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20007726; + +-- Item Scarlet Leggings Entry: 10330 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010330; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10330 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 210, + stat_type2 = 4, + stat_value2 = 317, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20010330; + +-- Item Inquisitor's Shawl Entry: 19507 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20019507; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 19507 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 170, + stat_type2 = 45, + stat_value2 = 279, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = -1, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20019507; + +-- Item Branded Leather Bracers Entry: 19508 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20019508; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 19508 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 61, + stat_type2 = 38, + stat_value2 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = -1, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20019508; + +-- Item Dusty Mail Boots Entry: 19509 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20019509; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 19509 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20019509; + +-- Item Dog Whistle Entry: 3456 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20003456; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3456 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9515, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003456; + +-- Item Loksey's Training Stick Entry: 7710 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007710; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7710 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 726, + dmg_max1 = 1531, + dmg_min2 = 726, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007710; + +-- Item Dog Training Gloves Entry: 7756 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007756; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7756 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 191, + stat_type2 = 4, + stat_value2 = 191, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20007756; + +-- Item Robe of Doan Entry: 7711 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007711; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7711 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 163, + stat_type2 = 6, + stat_value2 = 320, + stat_type3 = 45, + stat_value3 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20007711; + +-- Item Mantle of Doan Entry: 7712 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007712; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7712 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 189, + stat_type2 = 6, + stat_value2 = 163, + stat_type3 = 31, + stat_value3 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20007712; + +-- Item Illusionary Rod Entry: 7713 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 895, + dmg_max1 = 1592, + dmg_min2 = 895, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 231, + stat_type2 = 5, + stat_value2 = 295, + stat_type3 = 7, + stat_value3 = 189, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007713; + +-- Item Hypnotic Blade Entry: 7714 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 307, + dmg_max1 = 512, + dmg_min2 = 307, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 305, + stat_type2 = 6, + stat_value2 = 174, + stat_type3 = 45, + stat_value3 = 231, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007714; + +-- Item Deadman's Hand Entry: 34227 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20034227; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34227 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 458, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 27867, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034227; + +-- Item Ravager Entry: 7717 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 832, + dmg_max1 = 1729, + dmg_min2 = 832, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9632, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007717; + +-- Item Herod's Shoulder Entry: 7718 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007718; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7718 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 167, + stat_type2 = 7, + stat_value2 = 281, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20007718; + +-- Item Raging Berserker's Helm Entry: 7719 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20007719; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7719 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 218, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 4, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20007719; + +-- Item Scarlet Leggings Entry: 10330 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20010330; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10330 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 317, + stat_type2 = 7, + stat_value2 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20010330; + +-- Item Gnarled Ash Staff Entry: 791 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 723, + dmg_max1 = 1382, + dmg_min2 = 723, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000791; + +-- Item Double Link Tunic Entry: 1717 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18369, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001717; + +-- Item Forest Tracker Epaulets Entry: 2278 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 148, + stat_type2 = 3, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002278; + +-- Item Bearded Boneaxe Entry: 2878 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002878; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2878 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 333, + dmg_max1 = 697, + dmg_min2 = 333, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 3, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002878; + +-- Item The Black Knight Entry: 12974 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14106 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 990, EffectBasePoints_2 = 0 + WHERE ID = 30014106; + DELETE FROM acore_world.item_template WHERE entry = 20012974; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12974 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 348, + dmg_max1 = 702, + dmg_min2 = 348, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014106, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012974; + +-- Item Looming Gavel Entry: 13048 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 433, + dmg_max1 = 829, + dmg_min2 = 433, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 86, + stat_type2 = 7, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013048; + +-- Item Deanship Claymore Entry: 13049 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013049; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13049 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 614, + dmg_max1 = 1265, + dmg_min2 = 614, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 158, + stat_type2 = 12, + stat_value2 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013049; + +-- Item Shield of Thorsen Entry: 13079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013079; + +-- Item The Queen's Jewel Entry: 13094 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 326, + stat_type2 = 5, + stat_value2 = 144, + stat_type3 = 7, + stat_value3 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013094; + +-- Item Glowing Magical Bracelets Entry: 13106 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 151, + stat_type2 = 45, + stat_value2 = 67, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013106; + +-- Item Troll's Bane Leggings Entry: 13114 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013114; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13114 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 204, + stat_type2 = 38, + stat_value2 = 221, + stat_type3 = 7, + stat_value3 = 100, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013114; + +-- Item Burning War Axe Entry: 2299 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18199 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2325, EffectBasePoints_2 = 136 + WHERE ID = 30018199; + DELETE FROM acore_world.item_template WHERE entry = 20002299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 690, + dmg_max1 = 1524, + dmg_min2 = 690, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002299; + +-- Item Holy Shroud Entry: 2721 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 187, + stat_type2 = 45, + stat_value2 = 236, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002721; + +-- Item Combatant Claymore Entry: 2877 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002877; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2877 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 655, + dmg_max1 = 1339, + dmg_min2 = 655, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 291, + stat_type2 = 7, + stat_value2 = 229, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002877; + +-- Item Claw of the Shadowmancer Entry: 2912 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16409 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 959, EffectBasePoints_2 = 0 + WHERE ID = 30016409; + DELETE FROM acore_world.item_template WHERE entry = 20002912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 353, + dmg_max1 = 681, + dmg_min2 = 353, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002912; + +-- Item Enduring Cap Entry: 3020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 213, + stat_type2 = 5, + stat_value2 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20003020; + +-- Item Girdle of Golem Strength Entry: 9405 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 180, + stat_type2 = 12, + stat_value2 = 41, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009405; + +-- Item Harpyclaw Short Bow Entry: 13019 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013019; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13019 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 340, + dmg_max1 = 701, + dmg_min2 = 340, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013019; + +-- Item Crystalpine Stinger Entry: 13037 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013037; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13037 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 553, + dmg_max1 = 1017, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013037; + +-- Item River Pride Choker Entry: 13087 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 4, + stat_value2 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013087; + +-- Item Frostreaver Crown Entry: 13127 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013127; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13127 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 248, + stat_type2 = 4, + stat_value2 = 113, + stat_type3 = 32, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013127; + +-- Item Brawler Gloves Entry: 720 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000720; + +-- Item Dense Triangle Mace Entry: 3203 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 590, + dmg_max1 = 1084, + dmg_min2 = 590, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 261, + stat_type2 = 7, + stat_value2 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003203; + +-- Item Amy's Blanket Entry: 13005 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013005; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13005 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 178, + stat_type2 = 7, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013005; + +-- Item Beazel's Basher Entry: 13024 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 451, + dmg_max1 = 837, + dmg_min2 = 451, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 139, + stat_type2 = 6, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013024; + +-- Item Orb of Mistmantle Entry: 13031 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013031; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13031 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 147, + stat_type2 = 45, + stat_value2 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013031; + +-- Item Bloodpike Entry: 13057 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18202 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 258, EffectBasePoints_2 = 0 + WHERE ID = 30018202; + DELETE FROM acore_world.item_template WHERE entry = 20013057; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13057 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 786, + dmg_max1 = 1446, + dmg_min2 = 786, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018202, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013057; + +-- Item Thunderbrow Ring Entry: 13097 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013097; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13097 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 4, + stat_value2 = 326, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013097; + +-- Item Moccasins of the White Hare Entry: 13099 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 237, + stat_type2 = 45, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013099; + +-- Item Sparkleshell Mantle Entry: 13131 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013131; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13131 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 241, + stat_type2 = 3, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013131; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 745, + dmg_max1 = 1446, + dmg_min2 = 745, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 4, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 3, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 438, + dmg_max1 = 917, + dmg_min2 = 438, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 4, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 259, + dmg_max1 = 546, + dmg_min2 = 259, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 165, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1091, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 428, + dmg_max1 = 863, + dmg_min2 = 428, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 502, + dmg_max1 = 1059, + dmg_min2 = 502, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 587, + dmg_max1 = 1233, + dmg_min2 = 587, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 131, + stat_type2 = 5, + stat_value2 = 249, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20012999; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 306, + dmg_max1 = 641, + dmg_min2 = 306, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Double-barreled Shotgun Entry: 2098 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002098; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2098 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 421, + dmg_max1 = 909, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002098; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 321, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 149, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 4, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 3, + stat_value2 = 76, + stat_type3 = 7, + stat_value3 = 76, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013012; + +-- Item Killmaim Entry: 13016 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13318 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 250, EffectBasePoints_2 = 0 + WHERE ID = 30013318; + DELETE FROM acore_world.item_template WHERE entry = 20013016; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13016 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 669, + dmg_max1 = 1467, + dmg_min2 = 669, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013016; + +-- Item Sword of Corruption Entry: 13032 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17510 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 240, EffectBasePoints_2 = 0 + WHERE ID = 30017510; + DELETE FROM acore_world.item_template WHERE entry = 20013032; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13032 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 418, + dmg_max1 = 709, + dmg_min2 = 418, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017510, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013032; + +-- Item Guardian Blade Entry: 13041 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013041; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13041 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 674, + dmg_max1 = 1272, + dmg_min2 = 674, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 40 + WHERE entry = 20013041; + +-- Item Thunderwood Entry: 13062 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013062; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13062 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 408, + dmg_max1 = 701, + dmg_min2 = 408, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013062; + +-- Item Necromancer Leggings Entry: 2277 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 45, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20002277; + +-- Item Rod of Molten Fire Entry: 2565 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002565; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2565 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002565; + +-- Item Gloves of Old Entry: 9395 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 201, + stat_type2 = 5, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009395; + +-- Item Zealot Blade Entry: 13033 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013033; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13033 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 506, + dmg_max1 = 975, + dmg_min2 = 506, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 116, + stat_type2 = 5, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013033; + +-- Item Viscous Hammer Entry: 13045 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013045; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13045 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 616, + dmg_max1 = 1214, + dmg_min2 = 616, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 166, + stat_type2 = 38, + stat_value2 = 305, + stat_type3 = 4, + stat_value3 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013045; + +-- Item Starfaller Entry: 13063 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013063; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13063 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 289, + dmg_max1 = 537, + dmg_min2 = 289, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013063; + +-- Item Kaleidoscope Chain Entry: 13084 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013084; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13084 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 153, + stat_type2 = 6, + stat_value2 = 153, + stat_type3 = 7, + stat_value3 = 153, + stat_type4 = 4, + stat_value4 = 153, + stat_type5 = 3, + stat_value5 = 153, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013084; + +-- Item Tigerstrike Mantle Entry: 13108 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013108; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13108 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 7, + stat_value2 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013108; + +-- Item Ravasaur Scale Boots Entry: 13124 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013124; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13124 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 196, + stat_type2 = 31, + stat_value2 = 68, + stat_type3 = 4, + stat_value3 = 93, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013124; + +-- Item Ironweaver Entry: 13137 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013137; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13137 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 498, + dmg_max1 = 944, + dmg_min2 = 498, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013137; + +-- Item Stalvan's Reaper Entry: 934 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000934; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 934 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 477, + dmg_max1 = 1056, + dmg_min2 = 477, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13524, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000934; + +-- Item Poison-tipped Bone Spear Entry: 1726 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16401 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 581, EffectBasePoints_2 = 0 + WHERE ID = 30016401; + DELETE FROM acore_world.item_template WHERE entry = 20001726; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1726 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 557, + dmg_max1 = 1054, + dmg_min2 = 557, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016401, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001726; + +-- Item Swampwalker Boots Entry: 2276 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 215, + stat_type2 = 7, + stat_value2 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002276; + +-- Item Ring of the Underwood Entry: 2951 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002951; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2951 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 310, + stat_type2 = 4, + stat_value2 = 119, + stat_type3 = 7, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002951; + +-- Item Archaic Defender Entry: 9385 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009385; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9385 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 669, + dmg_max1 = 1380, + dmg_min2 = 669, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20009385; + +-- Item Reticulated Bone Gauntlets Entry: 9435 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009435; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9435 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 202, + stat_type2 = 7, + stat_value2 = 117, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20009435; + +-- Item Deadwood Sledge Entry: 13025 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013025; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13025 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 328, + dmg_max1 = 697, + dmg_min2 = 328, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 68, + stat_type2 = 6, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013025; + +-- Item Blush Ember Ring Entry: 13093 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 252, + stat_type3 = 3, + stat_value3 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013093; + +-- Item Sutarn's Ring Entry: 13105 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013105; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13105 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 138, + stat_type2 = 7, + stat_value2 = 103, + stat_type3 = 6, + stat_value3 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013105; + +-- Item Wolffear Harness Entry: 13110 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013110; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13110 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 305, + stat_type2 = 31, + stat_value2 = 63, + stat_type3 = 7, + stat_value3 = 166, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013110; + +-- Item Midnight Mace Entry: 936 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000936; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 936 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 486, + dmg_max1 = 800, + dmg_min2 = 486, + dmg_max2 = 101, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000936; + +-- Item Black Duskwood Staff Entry: 937 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2590, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20000937; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 937 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 642, + dmg_max1 = 1237, + dmg_min2 = 642, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000937; + +-- Item Scorpion Sting Entry: 1265 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18208 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 222, EffectBasePoints_2 = 0 + WHERE ID = 30018208; + DELETE FROM acore_world.item_template WHERE entry = 20001265; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1265 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 414, + dmg_max1 = 880, + dmg_min2 = 414, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018208, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001265; + +-- Item The Ziggler Entry: 8006 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13482 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 208, EffectBasePoints_2 = 0 + WHERE ID = 30013482; + DELETE FROM acore_world.item_template WHERE entry = 20008006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 338, + dmg_max1 = 628, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013482, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008006; + +-- Item Skystriker Bow Entry: 13020 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 451, + dmg_max1 = 836, + dmg_min2 = 451, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013020; + +-- Item Skullance Shield Entry: 13081 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013081; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13081 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 3, + stat_value2 = 96, + stat_type3 = 4, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013081; + +-- Item Pads of the Venom Spider Entry: 13103 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013103; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13103 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 154, + stat_type2 = 7, + stat_value2 = 233, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013103; + +-- Item Enchanted Kodo Bracers Entry: 13119 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013119; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13119 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 140, + stat_type2 = 5, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013119; + +-- Item Wing of the Whelpling Entry: 13121 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 3, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013121; + +-- Item Firemane Leggings Entry: 13129 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013129; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13129 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 138, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013129; + +-- Item Dazzling Longsword Entry: 869 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000869; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 869 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 334, + dmg_max1 = 573, + dmg_min2 = 334, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13752, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000869; + +-- Item Fiery War Axe Entry: 870 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18796 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3476, EffectBasePoints_2 = 158 + WHERE ID = 30018796; + DELETE FROM acore_world.item_template WHERE entry = 20000870; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 870 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 626, + dmg_max1 = 1300, + dmg_min2 = 626, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018796, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000870; + +-- Item Staff of Jordan Entry: 873 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000873; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 873 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 909, + dmg_max1 = 1709, + dmg_min2 = 909, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 198, + stat_type2 = 6, + stat_value2 = 198, + stat_type3 = 45, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000873; + +-- Item The Green Tower Entry: 1204 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18097, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001204; + +-- Item Gloves of Holy Might Entry: 867 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000867; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 867 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 178, + stat_type2 = 38, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 18074, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000867; + +-- Item Ardent Custodian Entry: 868 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000868; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 868 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 368, + dmg_max1 = 725, + dmg_min2 = 368, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 62, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20000868; + +-- Item Underworld Band Entry: 1980 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 6, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001980; + +-- Item Bow of Searing Arrows Entry: 2825 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002825; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2825 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 494, + dmg_max1 = 1004, + dmg_min2 = 494, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29624, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002825; + +-- Item Sunblaze Coif Entry: 5819 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20005819; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5819 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 213, + stat_type2 = 7, + stat_value2 = 213, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20005819; + +-- Item Watchman Pauldrons Entry: 7727 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007727; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7727 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 220, + stat_type3 = 3, + stat_value3 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20007727; + +-- Item Beguiler Robes Entry: 7728 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007728; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7728 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 194, + stat_type2 = 7, + stat_value2 = 178, + stat_type3 = 5, + stat_value3 = 243, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20007728; + +-- Item Chesterfall Musket Entry: 7729 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007729; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7729 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 414, + dmg_max1 = 916, + dmg_min2 = 414, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007729; + +-- Item Cobalt Crusher Entry: 7730 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18204 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2894, EffectBasePoints_2 = 0 + WHERE ID = 30018204; + DELETE FROM acore_world.item_template WHERE entry = 20007730; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7730 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 760, + dmg_max1 = 1445, + dmg_min2 = 760, + dmg_max2 = 66, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018204, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007730; + +-- Item Dreamslayer Entry: 7752 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007752; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7752 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 340, + dmg_max1 = 736, + dmg_min2 = 340, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 6, + stat_value2 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007752; + +-- Item Bloodspiller Entry: 7753 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18200 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 270, EffectBasePoints_2 = 0 + WHERE ID = 30018200; + DELETE FROM acore_world.item_template WHERE entry = 20007753; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7753 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 592, + dmg_max1 = 1193, + dmg_min2 = 592, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018200, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007753; + +-- Item Harbinger Boots Entry: 7754 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007754; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7754 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 217, + stat_type2 = 3, + stat_value2 = 102, + stat_type3 = 4, + stat_value3 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20007754; + +-- Item Headsplitter Entry: 7786 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 440, + dmg_max1 = 849, + dmg_min2 = 440, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 94, + stat_type2 = 7, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007786; + +-- Item Resplendent Guardian Entry: 7787 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007787; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7787 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 15, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20007787; + +-- Item The Butcher Entry: 8226 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20008226; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8226 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 513, + dmg_max1 = 997, + dmg_min2 = 513, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 118, + stat_type2 = 7, + stat_value2 = 102, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008226; + +-- Item Scarlet Boots Entry: 10332 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010332; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10332 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 221, + stat_type2 = 3, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20010332; + +-- Item Mark of Kern Entry: 2262 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002262; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2262 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 38, + stat_value2 = 321, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002262; + +-- Item Steelclaw Reaver Entry: 7761 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007761; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7761 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 325, + dmg_max1 = 655, + dmg_min2 = 325, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 77, + stat_type2 = 7, + stat_value2 = 137, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007761; + +-- Item Tainted Pierce Entry: 8225 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13530 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 280, EffectBasePoints_2 = 0 + WHERE ID = 30013530; + DELETE FROM acore_world.item_template WHERE entry = 20008225; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8225 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 318, + dmg_max1 = 691, + dmg_min2 = 318, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013530, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008225; + +-- Item Swampchill Fetish Entry: 1992 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001992; + +-- Item Sliverblade Entry: 5756 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18398 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1073, EffectBasePoints_2 = 0 + WHERE ID = 30018398; + DELETE FROM acore_world.item_template WHERE entry = 20005756; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5756 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 264, + dmg_max1 = 483, + dmg_min2 = 264, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018398, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005756; + +-- Item Fight Club Entry: 7736 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007736; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7736 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 356, + dmg_max1 = 760, + dmg_min2 = 356, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007736; + +-- Item Flintrock Shoulders Entry: 7755 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007755; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7755 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 115, + stat_type2 = 3, + stat_value2 = 172, + stat_type3 = 7, + stat_value3 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20007755; + +-- Item Windweaver Staff Entry: 7757 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007757; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7757 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 741, + dmg_max1 = 1297, + dmg_min2 = 741, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 174, + stat_type2 = 45, + stat_value2 = 158, + stat_type3 = 5, + stat_value3 = 273, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007757; + +-- Item Ruthless Shiv Entry: 7758 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007758; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7758 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 672, + dmg_max1 = 1130, + dmg_min2 = 672, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 194, + stat_type2 = 4, + stat_value2 = 318, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007758; + +-- Item Archon Chestpiece Entry: 7759 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007759; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7759 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 223, + stat_type2 = 32, + stat_value2 = 174, + stat_type3 = 7, + stat_value3 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20007759; + +-- Item Warchief Kilt Entry: 7760 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007760; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7760 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 118, + stat_type2 = 6, + stat_value2 = 231, + stat_type3 = 45, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20007760; + +-- Item Scarlet Chestpiece Entry: 10328 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20010328; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 10328 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 318, + stat_type2 = 4, + stat_value2 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20010328; + +-- Item Khorium Band of Shadows Entry: 24079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024079; + +-- Item Khorium Band of Frost Entry: 24080 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024080; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24080 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024080; + +-- Item Big Bad Pauldrons Entry: 9476 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009476; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9476 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 195, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 32, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20009476; + +-- Item The Chief's Enforcer Entry: 9477 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009477; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9477 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 920, + dmg_max1 = 1692, + dmg_min2 = 920, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 56, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009477; + +-- Item Ripsaw Entry: 9478 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1467, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20009478; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9478 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 537, + dmg_max1 = 1075, + dmg_min2 = 537, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009478; + +-- Item Embrace of the Lycan Entry: 9479 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009479; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9479 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 205, + stat_type2 = 32, + stat_value2 = 103, + stat_type3 = 4, + stat_value3 = 137, + stat_type4 = 38, + stat_value4 = 205, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20009479; + +-- Item Spellshock Leggings Entry: 9484 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009484; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9484 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 45, + stat_value3 = 231, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009484; + +-- Item Jang'thraze the Protector Entry: 11086 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20011086; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11086 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 372, + dmg_max1 = 756, + dmg_min2 = 372, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 11654, + spellid_2 = 11657, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011086; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 330, + stat_type2 = 3, + stat_value2 = 213, + stat_type3 = 7, + stat_value3 = 157, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 417, + dmg_max1 = 762, + dmg_min2 = 417, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 498, + dmg_max1 = 868, + dmg_min2 = 498, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 561, + dmg_max1 = 1075, + dmg_min2 = 561, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 73, + stat_type2 = 3, + stat_value2 = 73, + stat_type3 = 6, + stat_value3 = 84, + stat_type4 = 5, + stat_value4 = 73, + stat_type5 = 7, + stat_value5 = 73, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Khoo's Point Entry: 13058 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 603, + dmg_max1 = 1152, + dmg_min2 = 603, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 240, + stat_type2 = 7, + stat_value2 = 362, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 150, + stat_type2 = 7, + stat_value2 = 150, + stat_type3 = 4, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 235, + stat_type2 = 6, + stat_value2 = 194, + stat_type3 = 38, + stat_value3 = 287, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 256, + stat_type2 = 5, + stat_value2 = 156, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 67, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 45, + stat_value3 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 109, + stat_type3 = 6, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013145; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 821, + dmg_max1 = 1667, + dmg_min2 = 821, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 323, + stat_type2 = 4, + stat_value2 = 213, + stat_type3 = 45, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Widowmaker Entry: 4091 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 417, + dmg_max1 = 728, + dmg_min2 = 417, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 4, + stat_value2 = 124, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 159, + stat_type2 = 7, + stat_value2 = 83, + stat_type3 = 45, + stat_value3 = 55, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 467, + dmg_max1 = 851, + dmg_min2 = 467, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 86, + stat_type2 = 7, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 328, + stat_type2 = 12, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 210, + stat_type2 = 5, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 45, + stat_value3 = 228, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 212, + stat_type2 = 32, + stat_value2 = 212, + stat_type3 = 7, + stat_value3 = 166, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013128; + +-- Item Executioner's Cleaver Entry: 13018 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013018; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13018 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 973, + dmg_max1 = 1849, + dmg_min2 = 973, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 372, + stat_type2 = 31, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013018; + +-- Item Skull Splitting Crossbow Entry: 13039 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 599, + dmg_max1 = 1040, + dmg_min2 = 599, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 73, + stat_type2 = 38, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013039; + +-- Item Blade of the Titans Entry: 13043 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 893, + dmg_max1 = 1582, + dmg_min2 = 893, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 375, + stat_type2 = 4, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013043; + +-- Item Bonechewer Entry: 13055 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 686, + dmg_max1 = 1424, + dmg_min2 = 686, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 372, + stat_type2 = 7, + stat_value2 = 227, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013055; + +-- Item Giantslayer Bracers Entry: 13076 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013076; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13076 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 87, + stat_type2 = 7, + stat_value2 = 97, + stat_type3 = 4, + stat_value3 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013076; + +-- Item Skibi's Pendant Entry: 13089 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 346, + stat_type2 = 6, + stat_value2 = 145, + stat_type3 = 4, + stat_value3 = 199, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013089; + +-- Item Blackflame Cape Entry: 13109 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013109; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13109 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 257, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013109; + +-- Item Winged Helm Entry: 13112 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013112; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13112 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 128, + stat_type2 = 45, + stat_value2 = 336, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013112; + +-- Item Belt of the Gladiator Entry: 13134 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 213, + stat_type2 = 7, + stat_value2 = 123, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013134; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 213, + stat_type2 = 7, + stat_value2 = 157, + stat_type3 = 38, + stat_value3 = 330, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 406, + dmg_max1 = 706, + dmg_min2 = 406, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 471, + dmg_max1 = 855, + dmg_min2 = 471, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 585, + dmg_max1 = 1083, + dmg_min2 = 585, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 73, + stat_type2 = 7, + stat_value2 = 73, + stat_type3 = 4, + stat_value3 = 73, + stat_type4 = 3, + stat_value4 = 73, + stat_type5 = 6, + stat_value5 = 84, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Khoo's Point Entry: 13058 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 613, + dmg_max1 = 1253, + dmg_min2 = 613, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 362, + stat_type2 = 6, + stat_value2 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 150, + stat_type2 = 3, + stat_value2 = 150, + stat_type3 = 7, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 235, + stat_type2 = 6, + stat_value2 = 194, + stat_type3 = 38, + stat_value3 = 287, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 256, + stat_type2 = 5, + stat_value2 = 156, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 67, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 45, + stat_value3 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 109, + stat_type3 = 6, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013145; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 783, + dmg_max1 = 1605, + dmg_min2 = 783, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 323, + stat_type2 = 4, + stat_value2 = 213, + stat_type3 = 45, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Widowmaker Entry: 4091 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 350, + dmg_max1 = 706, + dmg_min2 = 350, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 4, + stat_value2 = 124, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 83, + stat_type2 = 45, + stat_value2 = 55, + stat_type3 = 5, + stat_value3 = 159, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 416, + dmg_max1 = 858, + dmg_min2 = 416, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 86, + stat_type2 = 7, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 328, + stat_type2 = 12, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 210, + stat_type2 = 5, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 228, + stat_type2 = 6, + stat_value2 = 191, + stat_type3 = 7, + stat_value3 = 166, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 212, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 5, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013128; + +-- Item Executioner's Cleaver Entry: 13018 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013018; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13018 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 1029, + dmg_max1 = 1766, + dmg_min2 = 1029, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 372, + stat_type2 = 31, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013018; + +-- Item Skull Splitting Crossbow Entry: 13039 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 616, + dmg_max1 = 1124, + dmg_min2 = 616, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 73, + stat_type2 = 38, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013039; + +-- Item Blade of the Titans Entry: 13043 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 772, + dmg_max1 = 1666, + dmg_min2 = 772, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 375, + stat_type2 = 4, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013043; + +-- Item Bonechewer Entry: 13055 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 625, + dmg_max1 = 1383, + dmg_min2 = 625, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 372, + stat_type2 = 7, + stat_value2 = 227, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013055; + +-- Item Giantslayer Bracers Entry: 13076 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013076; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13076 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 97, + stat_type2 = 4, + stat_value2 = 131, + stat_type3 = 3, + stat_value3 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013076; + +-- Item Skibi's Pendant Entry: 13089 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 199, + stat_type2 = 3, + stat_value2 = 346, + stat_type3 = 6, + stat_value3 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013089; + +-- Item Blackflame Cape Entry: 13109 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013109; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13109 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 257, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013109; + +-- Item Winged Helm Entry: 13112 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013112; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13112 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 128, + stat_type2 = 45, + stat_value2 = 336, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013112; + +-- Item Belt of the Gladiator Entry: 13134 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 213, + stat_type2 = 7, + stat_value2 = 123, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013134; + +-- Item Sang'thraze the Deflector Entry: 9379 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009379; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9379 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 313, + dmg_max1 = 676, + dmg_min2 = 313, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 14, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009379; + +-- Item Spellshock Leggings Entry: 9484 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009484; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9484 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 195, + stat_type3 = 45, + stat_value3 = 231, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009484; + +-- Item The Hand of Antu'sul Entry: 9639 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13532 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 123, EffectBasePoints_2 = -247 + WHERE ID = 30013532; + DELETE FROM acore_world.item_template WHERE entry = 20009639; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9639 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 553, + dmg_max1 = 1098, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31013532, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009639; + +-- Item Vice Grips Entry: 9640 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 286, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20009640; + +-- Item Lifeblood Amulet Entry: 9641 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 45, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009641; + +-- Item Zum'rah's Vexing Cane Entry: 18082 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20018082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 711, + dmg_max1 = 1334, + dmg_min2 = 711, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 248, + stat_type2 = 5, + stat_value2 = 235, + stat_type3 = 7, + stat_value3 = 235, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018082; + +-- Item Jumanza Grips Entry: 18083 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20018083; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18083 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 155, + stat_type2 = 6, + stat_value2 = 147, + stat_type3 = 7, + stat_value3 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20018083; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 213, + stat_type2 = 7, + stat_value2 = 157, + stat_type3 = 38, + stat_value3 = 330, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 389, + dmg_max1 = 751, + dmg_min2 = 389, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 498, + dmg_max1 = 841, + dmg_min2 = 498, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 545, + dmg_max1 = 1011, + dmg_min2 = 545, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 73, + stat_type2 = 4, + stat_value2 = 73, + stat_type3 = 3, + stat_value3 = 73, + stat_type4 = 6, + stat_value4 = 84, + stat_type5 = 5, + stat_value5 = 73, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Khoo's Point Entry: 13058 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 631, + dmg_max1 = 1162, + dmg_min2 = 631, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 362, + stat_type2 = 6, + stat_value2 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 150, + stat_type2 = 3, + stat_value2 = 150, + stat_type3 = 7, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 194, + stat_type2 = 38, + stat_value2 = 287, + stat_type3 = 7, + stat_value3 = 235, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 256, + stat_type2 = 5, + stat_value2 = 156, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 67, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 45, + stat_value3 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 109, + stat_type3 = 6, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013145; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 908, + dmg_max1 = 1630, + dmg_min2 = 908, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 323, + stat_type2 = 4, + stat_value2 = 213, + stat_type3 = 45, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Widowmaker Entry: 4091 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 394, + dmg_max1 = 728, + dmg_min2 = 394, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 4, + stat_value2 = 124, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 159, + stat_type2 = 7, + stat_value2 = 83, + stat_type3 = 45, + stat_value3 = 55, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 397, + dmg_max1 = 826, + dmg_min2 = 397, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 86, + stat_type2 = 7, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 328, + stat_type2 = 12, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 210, + stat_type2 = 5, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 166, + stat_type2 = 45, + stat_value2 = 228, + stat_type3 = 6, + stat_value3 = 191, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 212, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 5, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20013128; + +-- Item Icemail Jerkin Entry: 1981 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001981; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1981 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 323, + stat_type2 = 7, + stat_value2 = 244, + stat_type3 = 3, + stat_value3 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20001981; + +-- Item Boots of Avoidance Entry: 14549 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014549; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14549 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 153, + stat_type2 = 7, + stat_value2 = 130, + stat_type3 = 13, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20014549; + +-- Item Robes of Insight Entry: 940 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 350, + stat_type2 = 6, + stat_value2 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18820, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20000940; + +-- Item Blackskull Shield Entry: 1169 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 203, + stat_type2 = 7, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20001169; + +-- Item Ring of Saviors Entry: 1447 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20001447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 353, + stat_type2 = 6, + stat_value2 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18826, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001447; + +-- Item Warden Staff Entry: 943 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20000943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 650, + dmg_max1 = 1141, + dmg_min2 = 650, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 276, + stat_type2 = 12, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 260 + WHERE entry = 20000943; + +-- Item Precisely Calibrated Boomstick Entry: 2100 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20002100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 350, + dmg_max1 = 653, + dmg_min2 = 350, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 147, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002100; + +-- Item Edgemaster's Handguards Entry: 14551 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014551; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14551 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 109, + stat_type2 = 37, + stat_value2 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20014551; + +-- Item Ankh of Life Entry: 1713 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14053 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2688, EffectBasePoints_2 = 0 + WHERE ID = 30014053; + DELETE FROM acore_world.item_template WHERE entry = 20001713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014053, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001713; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 134, + stat_type3 = 38, + stat_value3 = 282, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 373, + dmg_max1 = 636, + dmg_min2 = 373, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 4, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 403, + dmg_max1 = 819, + dmg_min2 = 403, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 531, + dmg_max1 = 940, + dmg_min2 = 531, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 3, + stat_value2 = 63, + stat_type3 = 6, + stat_value3 = 72, + stat_type4 = 5, + stat_value4 = 63, + stat_type5 = 7, + stat_value5 = 63, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Witchfury Entry: 13051 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18214 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3057, EffectBasePoints_2 = 0 + WHERE ID = 30018214; + DELETE FROM acore_world.item_template WHERE entry = 20013051; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13051 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 567, + dmg_max1 = 1172, + dmg_min2 = 567, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018214, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013051; + +-- Item Khoo's Point Entry: 13058 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 573, + dmg_max1 = 1088, + dmg_min2 = 573, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 310, + stat_type2 = 6, + stat_value2 = 205, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 128, + stat_type2 = 4, + stat_value2 = 128, + stat_type3 = 3, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 246, + stat_type2 = 7, + stat_value2 = 201, + stat_type3 = 6, + stat_value3 = 166, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 219, + stat_type2 = 5, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 260, + stat_type2 = 7, + stat_value2 = 57, + stat_type3 = 5, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 156, + stat_type2 = 7, + stat_value2 = 94, + stat_type3 = 6, + stat_value3 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013145; + +-- Item Shortsword of Vengeance Entry: 754 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13519 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 557, EffectBasePoints_2 = 0 + WHERE ID = 30013519; + DELETE FROM acore_world.item_template WHERE entry = 20000754; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 754 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 421, + dmg_max1 = 797, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013519, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000754; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 711, + dmg_max1 = 1502, + dmg_min2 = 711, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 4, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Mug O' Hurt Entry: 4090 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20004090; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4090 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 280, + dmg_max1 = 605, + dmg_min2 = 280, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13496, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004090; + +-- Item Widowmaker Entry: 4091 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 378, + dmg_max1 = 686, + dmg_min2 = 378, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 114, + stat_type2 = 4, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 136, + stat_type2 = 7, + stat_value2 = 71, + stat_type3 = 45, + stat_value3 = 48, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 436, + dmg_max1 = 796, + dmg_min2 = 436, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 74, + stat_type2 = 7, + stat_value2 = 93, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 281, + stat_type2 = 12, + stat_value2 = 62, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 180, + stat_type2 = 5, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 164, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 181, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 5, + stat_value3 = 181, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013128; + +-- Item Executioner's Cleaver Entry: 13018 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013018; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13018 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 934, + dmg_max1 = 1742, + dmg_min2 = 934, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 318, + stat_type2 = 31, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013018; + +-- Item Serpent Slicer Entry: 13035 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17511 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 103, EffectBasePoints_2 = 0 + WHERE ID = 30017511; + DELETE FROM acore_world.item_template WHERE entry = 20013035; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13035 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 451, + dmg_max1 = 830, + dmg_min2 = 451, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017511, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013035; + +-- Item Skull Splitting Crossbow Entry: 13039 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 483, + dmg_max1 = 1035, + dmg_min2 = 483, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 62, + stat_type2 = 38, + stat_value2 = 102, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013039; + +-- Item Blade of the Titans Entry: 13043 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 690, + dmg_max1 = 1381, + dmg_min2 = 690, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 321, + stat_type2 = 4, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013043; + +-- Item Bonechewer Entry: 13055 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 642, + dmg_max1 = 1246, + dmg_min2 = 642, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 318, + stat_type2 = 7, + stat_value2 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013055; + +-- Item Giantslayer Bracers Entry: 13076 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013076; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13076 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 112, + stat_type2 = 3, + stat_value2 = 75, + stat_type3 = 7, + stat_value3 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013076; + +-- Item Skibi's Pendant Entry: 13089 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 296, + stat_type2 = 6, + stat_value2 = 124, + stat_type3 = 4, + stat_value3 = 170, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013089; + +-- Item Blackflame Cape Entry: 13109 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013109; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13109 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013109; + +-- Item Winged Helm Entry: 13112 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013112; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13112 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 109, + stat_type2 = 45, + stat_value2 = 288, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013112; + +-- Item Belt of the Gladiator Entry: 13134 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 105, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013134; + +-- Item Icemail Jerkin Entry: 1981 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001981; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1981 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 209, + stat_type3 = 3, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001981; + +-- Item Nightblade Entry: 1982 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2544, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20001982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 623, + dmg_max1 = 1256, + dmg_min2 = 623, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001982; + +-- Item Gut Ripper Entry: 2164 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18107 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1886, EffectBasePoints_2 = 0 + WHERE ID = 30018107; + DELETE FROM acore_world.item_template WHERE entry = 20002164; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2164 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 358, + dmg_max1 = 645, + dmg_min2 = 358, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018107, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002164; + +-- Item Boots of Avoidance Entry: 14549 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20014549; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14549 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 13, + stat_value1 = 116, + stat_type2 = 3, + stat_value2 = 131, + stat_type3 = 7, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20014549; + +-- Item Necklace of Calisea Entry: 1714 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 201, + stat_type3 = 7, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001714; + +-- Item Basilisk Hide Pants Entry: 1718 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001718; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1718 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 153, + stat_type2 = 3, + stat_value2 = 269, + stat_type3 = 31, + stat_value3 = 46, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001718; + +-- Item Thornstone Sledgehammer Entry: 1722 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 691, + dmg_max1 = 1371, + dmg_min2 = 691, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001722; + +-- Item Blazing Emblem Entry: 2802 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13744, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002802; + +-- Item Umbral Crystal Entry: 13029 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013029; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13029 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 45, + stat_value2 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013029; + +-- Item Jaina's Firestarter Entry: 13064 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 348, + dmg_max1 = 609, + dmg_min2 = 348, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 100, + stat_type2 = 6, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013064; + +-- Item Ogron's Sash Entry: 13117 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013117; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13117 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 115, + stat_type2 = 3, + stat_value2 = 115, + stat_type3 = 7, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013117; + +-- Item Skeletal Shoulders Entry: 13132 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013132; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13132 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 143, + stat_type2 = 7, + stat_value2 = 241, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013132; + +-- Item The Silencer Entry: 13138 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013138; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13138 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 594, + dmg_max1 = 1123, + dmg_min2 = 594, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013138; + +-- Item Gloves of Holy Might Entry: 867 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000867; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 867 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 178, + stat_type2 = 38, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 18074, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000867; + +-- Item Ardent Custodian Entry: 868 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000868; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 868 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 401, + dmg_max1 = 697, + dmg_min2 = 401, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 62, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20000868; + +-- Item Underworld Band Entry: 1980 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 6, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001980; + +-- Item Bow of Searing Arrows Entry: 2825 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002825; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2825 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 533, + dmg_max1 = 997, + dmg_min2 = 533, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29624, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002825; + +-- Item Flurry Axe Entry: 871 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000871; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 871 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 287, + dmg_max1 = 546, + dmg_min2 = 287, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18797, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000871; + +-- Item Robes of Insight Entry: 940 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 6, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18820, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20000940; + +-- Item Blackskull Shield Entry: 1169 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 174, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001169; + +-- Item Ring of Saviors Entry: 1447 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 302, + stat_type2 = 6, + stat_value2 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18826, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001447; + +-- Item Warden Staff Entry: 943 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 566, + dmg_max1 = 1052, + dmg_min2 = 566, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 236, + stat_type2 = 12, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 260 + WHERE entry = 20000943; + +-- Item Precisely Calibrated Boomstick Entry: 2100 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 270, + dmg_max1 = 593, + dmg_min2 = 270, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002100; + +-- Item Kang the Decapitator Entry: 2291 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17153 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 810, EffectBasePoints_2 = 0 + WHERE ID = 30017153; + DELETE FROM acore_world.item_template WHERE entry = 20002291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 753, + dmg_max1 = 1614, + dmg_min2 = 753, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017153, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002291; + +-- Item Edgemaster's Handguards Entry: 14551 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20014551; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14551 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 93, + stat_type2 = 37, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20014551; + +-- Item Robe of the Magi Entry: 1716 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 166, + stat_type3 = 45, + stat_value3 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20001716; + +-- Item Elemental Raiment Entry: 9434 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009434; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9434 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009434; + +-- Item Hellslayer Battle Axe Entry: 13017 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013017; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13017 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 703, + dmg_max1 = 1272, + dmg_min2 = 703, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18198, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013017; + +-- Item Speedsteel Rapier Entry: 13034 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013034; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13034 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 349, + dmg_max1 = 607, + dmg_min2 = 349, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013034; + +-- Item Swiftwind Entry: 13038 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013038; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13038 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 401, + dmg_max1 = 790, + dmg_min2 = 401, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013038; + +-- Item Sword of the Magistrate Entry: 13042 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013042; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13042 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 745, + dmg_max1 = 1458, + dmg_min2 = 745, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 4, + stat_value2 = 170, + stat_type3 = 6, + stat_value3 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013042; + +-- Item Grim Reaper Entry: 13054 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14126 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2912, EffectBasePoints_2 = 0 + WHERE ID = 30014126; + DELETE FROM acore_world.item_template WHERE entry = 20013054; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13054 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 710, + dmg_max1 = 1380, + dmg_min2 = 710, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014126, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013054; + +-- Item Gazlowe's Charm Entry: 13088 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 294, + stat_type3 = 4, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013088; + +-- Item Crushridge Bindings Entry: 13199 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 4, + stat_value2 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013199; + +-- Item Dazzling Longsword Entry: 869 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000869; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 869 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 289, + dmg_max1 = 596, + dmg_min2 = 289, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13752, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000869; + +-- Item Fiery War Axe Entry: 870 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18796 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3476, EffectBasePoints_2 = 158 + WHERE ID = 30018796; + DELETE FROM acore_world.item_template WHERE entry = 20000870; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 870 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 713, + dmg_max1 = 1262, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018796, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000870; + +-- Item Staff of Jordan Entry: 873 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000873; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 873 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 860, + dmg_max1 = 1684, + dmg_min2 = 860, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 198, + stat_type2 = 6, + stat_value2 = 198, + stat_type3 = 45, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000873; + +-- Item The Green Tower Entry: 1204 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18097, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001204; + +-- Item Elven Spirit Claws Entry: 2564 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002564; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2564 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 141, + stat_type2 = 5, + stat_value2 = 101, + stat_type3 = 45, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002564; + +-- Item Six Demon Bag Entry: 7734 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007734; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7734 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 14537, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007734; + +-- Item Cow King's Hide Entry: 13009 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013009; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13009 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013009; + +-- Item Basilisk Bone Entry: 13030 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013030; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13030 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013030; + +-- Item Blanchard's Stout Entry: 13046 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013046; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13046 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 669, + dmg_max1 = 1421, + dmg_min2 = 669, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 282, + stat_type2 = 7, + stat_value2 = 239, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013046; + +-- Item Wand of Allistarj Entry: 13065 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013065; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13065 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 414, + dmg_max1 = 745, + dmg_min2 = 414, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013065; + +-- Item Wyrmslayer Spaulders Entry: 13066 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013066; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13066 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 167, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 3, + stat_value3 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013066; + +-- Item Horizon Choker Entry: 13085 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 302, + stat_type2 = 6, + stat_value2 = 144, + stat_type3 = 7, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013085; + +-- Item Elven Chain Boots Entry: 13125 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013125; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13125 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 75, + stat_type3 = 31, + stat_value3 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013125; + +-- Item Guttbuster Entry: 13139 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013139; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13139 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 588, + dmg_max1 = 981, + dmg_min2 = 588, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 105, + stat_type2 = 4, + stat_value2 = 59, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013139; + +-- Item Spellshock Leggings Entry: 9484 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009484; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9484 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 45, + stat_value3 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009484; + +-- Item Gutwrencher Entry: 5616 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16406 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 107, EffectBasePoints_2 = 0 + WHERE ID = 30016406; + DELETE FROM acore_world.item_template WHERE entry = 20005616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 267, + dmg_max1 = 586, + dmg_min2 = 267, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016406, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005616; + +-- Item Brainlash Entry: 6440 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20006440; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6440 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 497, + stat_type2 = 6, + stat_value2 = 261, + stat_type3 = 7, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006440; + +-- Item Bloodletter Scalpel Entry: 9511 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13486 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1158, EffectBasePoints_2 = 0 + WHERE ID = 30013486; + DELETE FROM acore_world.item_template WHERE entry = 20009511; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9511 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 296, + dmg_max1 = 631, + dmg_min2 = 296, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013486, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009511; + +-- Item Blackmetal Cape Entry: 9512 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009512; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9512 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009512; + +-- Item Obsidian Greaves Entry: 13068 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013068; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13068 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 153, + stat_type2 = 7, + stat_value2 = 153, + stat_type3 = 3, + stat_value3 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013068; + +-- Item Khorium Band of Frost Entry: 24080 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024080; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24080 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 144, + stat_type2 = 43, + stat_value2 = 112, + stat_type3 = 7, + stat_value3 = 243, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024080; + +-- Item Khorium Inferno Band Entry: 24082 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024082; + +-- Item Khorium Band of Shadows Entry: 24079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024079; + +-- Item Troll Protector Entry: 2040 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002040; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2040 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 147, + stat_type2 = 15, + stat_value2 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20002040; + +-- Item Eyegouger Entry: 9480 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009480; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9480 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 667, + dmg_max1 = 1295, + dmg_min2 = 667, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 318, + stat_type2 = 4, + stat_value2 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009480; + +-- Item Witch Doctor's Cane Entry: 9482 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009482; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9482 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 550, + dmg_max1 = 993, + dmg_min2 = 550, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 226, + stat_type2 = 45, + stat_value2 = 294, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009482; + +-- Item Flaming Incinerator Entry: 9483 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009483; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9483 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 350, + dmg_max1 = 701, + dmg_min2 = 350, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009483; + +-- Item The Minotaur Entry: 9481 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009481; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9481 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 712, + dmg_max1 = 1329, + dmg_min2 = 712, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 305, + stat_type2 = 6, + stat_value2 = 124, + stat_type3 = 4, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009481; + +-- Item Pads of the Dread Wolf Entry: 13210 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013210; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13210 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 193, + stat_type2 = 38, + stat_value2 = 239, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013210; + +-- Item Slashclaw Bracers Entry: 13211 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013211; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13211 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 81, + stat_type2 = 3, + stat_value2 = 88, + stat_type3 = 7, + stat_value3 = 88, + stat_type4 = 31, + stat_value4 = 59, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013211; + +-- Item Halycon's Spiked Collar Entry: 13212 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013212; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13212 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17482, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013212; + +-- Item Ironweave Bracers Entry: 22313 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022313; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22313 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 160, + stat_type2 = 5, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022313; + +-- Item Slamshot Shoulders Entry: 13166 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013166; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13166 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 283, + stat_type2 = 38, + stat_value2 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013166; + +-- Item Fist of Omokk Entry: 13167 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013167; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13167 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 898, + dmg_max1 = 1559, + dmg_min2 = 898, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 387, + stat_type2 = 7, + stat_value2 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013167; + +-- Item Plate of the Shaman King Entry: 13168 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013168; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13168 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 230, + stat_type2 = 4, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 230, + stat_type4 = 45, + stat_value4 = 174, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013168; + +-- Item Tressermane Leggings Entry: 13169 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 162, + stat_type2 = 6, + stat_value2 = 201, + stat_type3 = 7, + stat_value3 = 180, + stat_type4 = 5, + stat_value4 = 193, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013169; + +-- Item Skyshroud Leggings Entry: 13170 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013170; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13170 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 5, + stat_value2 = 180, + stat_type3 = 45, + stat_value3 = 283, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013170; + +-- Item Boots of Elements Entry: 16670 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016670; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16670 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 253, + stat_type2 = 3, + stat_value2 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016670; + +-- Item Funeral Cuffs Entry: 12626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 148, + stat_type2 = 6, + stat_value2 = 81, + stat_type3 = 45, + stat_value3 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012626; + +-- Item Blackcrow Entry: 12651 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012651; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12651 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 762, + dmg_max1 = 1397, + dmg_min2 = 762, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 65, + stat_type2 = 31, + stat_value2 = 72, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012651; + +-- Item Riphook Entry: 12653 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012653; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12653 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 472, + dmg_max1 = 924, + dmg_min2 = 472, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012653; + +-- Item Trueaim Gauntlets Entry: 13255 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 236, + stat_type2 = 31, + stat_value2 = 84, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013255; + +-- Item Demonic Runed Spaulders Entry: 13257 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013257; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13257 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 109, + stat_type2 = 7, + stat_value2 = 182, + stat_type3 = 3, + stat_value3 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013257; + +-- Item Shadowcraft Gloves Entry: 16712 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016712; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16712 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 112, + stat_type2 = 38, + stat_value2 = 211, + stat_type3 = 7, + stat_value3 = 90, + stat_type4 = 31, + stat_value4 = 50, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016712; + +-- Item Venomspitter Entry: 13183 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18203 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 81, EffectBasePoints_2 = 0 + WHERE ID = 30018203; + DELETE FROM acore_world.item_template WHERE entry = 20013183; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13183 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 419, + dmg_max1 = 752, + dmg_min2 = 419, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018203, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013183; + +-- Item Smolderweb's Eye Entry: 13213 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17330 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 259, EffectBasePoints_2 = 0 + WHERE ID = 30017330; + DELETE FROM acore_world.item_template WHERE entry = 20013213; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13213 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31017330, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013213; + +-- Item Gilded Gauntlets Entry: 13244 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013244; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13244 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 5, + stat_value2 = 163, + stat_type3 = 43, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013244; + +-- Item Wildheart Boots Entry: 16715 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 210, + stat_type2 = 7, + stat_value2 = 155, + stat_type3 = 5, + stat_value3 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016715; + +-- Item Cloudrunner Girdle Entry: 13252 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013252; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13252 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 4, + stat_value2 = 173, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013252; + +-- Item Hands of Power Entry: 13253 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013253; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13253 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 129, + stat_type2 = 5, + stat_value2 = 129, + stat_type3 = 45, + stat_value3 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013253; + +-- Item Wildheart Belt Entry: 16716 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 171, + stat_type2 = 6, + stat_value2 = 127, + stat_type3 = 7, + stat_value3 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016716; + +-- Item Trindlehaven Staff Entry: 13161 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013161; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13161 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 587, + dmg_max1 = 1031, + dmg_min2 = 587, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 341, + stat_type2 = 7, + stat_value2 = 220, + stat_type3 = 45, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013161; + +-- Item Reiver Claws Entry: 13162 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013162; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13162 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 129, + stat_type2 = 32, + stat_value2 = 166, + stat_type3 = 7, + stat_value3 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013162; + +-- Item Relentless Scythe Entry: 13163 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013163; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13163 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 823, + dmg_max1 = 1634, + dmg_min2 = 823, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 150, + stat_type2 = 4, + stat_value2 = 260, + stat_type3 = 7, + stat_value3 = 150, + stat_type4 = 14, + stat_value4 = 260, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013163; + +-- Item Beaststalker's Mantle Entry: 16679 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016679; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16679 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 208, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 5, + stat_value3 = 122, + stat_type4 = 6, + stat_value4 = 87, + stat_type5 = 38, + stat_value5 = 122, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016679; + +-- Item Heart of Wyrmthalak Entry: 22321 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 27656, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022321; + +-- Item Keris of Zul'Serak Entry: 12582 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16528 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 122, EffectBasePoints_2 = -12 + WHERE ID = 30016528; + DELETE FROM acore_world.item_template WHERE entry = 20012582; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12582 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 381, + dmg_max1 = 691, + dmg_min2 = 381, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31016528, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012582; + +-- Item Talisman of Evasion Entry: 13177 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013177; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13177 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 323, + stat_type2 = 13, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013177; + +-- Item Brazecore Armguards Entry: 13179 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013179; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13179 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 112, + stat_type2 = 7, + stat_value2 = 107, + stat_type3 = 43, + stat_value3 = 54, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013179; + +-- Item Beaststalker's Gloves Entry: 16676 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016676; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16676 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 112, + stat_type3 = 5, + stat_value3 = 112, + stat_type4 = 38, + stat_value4 = 112, + stat_type5 = 3, + stat_value5 = 119, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016676; + +-- Item Kayser's Boots of Precision Entry: 22231 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022231; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22231 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 215, + stat_type2 = 7, + stat_value2 = 161, + stat_type3 = 31, + stat_value3 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022231; + +-- Item Wildfire Cape Entry: 12905 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012905; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12905 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012905; + +-- Item Flaming Band Entry: 12926 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012926; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12926 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012926; + +-- Item Truestrike Shoulders Entry: 12927 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012927; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12927 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 149, + stat_type2 = 38, + stat_value2 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012927; + +-- Item Emberfury Talisman Entry: 12929 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012929; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12929 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 4, + stat_value2 = 156, + stat_type3 = 31, + stat_value3 = 105, + stat_type4 = 32, + stat_value4 = 281, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012929; + +-- Item Gauntlets of Elements Entry: 16672 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016672; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16672 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 176, + stat_type2 = 5, + stat_value2 = 135, + stat_type3 = 4, + stat_value3 = 126, + stat_type4 = 7, + stat_value4 = 77, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016672; + +-- Item Eye of Rend Entry: 12587 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012587; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12587 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 4, + stat_value2 = 179, + stat_type3 = 32, + stat_value3 = 280, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012587; + +-- Item Warmaster Legguards Entry: 12935 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 4, + stat_value2 = 184, + stat_type3 = 32, + stat_value3 = 263, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20012935; + +-- Item Dal'Rend's Sacred Charge Entry: 12940 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 533, + dmg_max1 = 1109, + dmg_min2 = 533, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 409, + stat_type2 = 4, + stat_value2 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012940; + +-- Item Spaulders of Valor Entry: 16733 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016733; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16733 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 176, + stat_type2 = 3, + stat_value2 = 154, + stat_type3 = 7, + stat_value3 = 226, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016733; + +-- Item Dragonrider Boots Entry: 18102 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 225, + stat_type2 = 7, + stat_value2 = 116, + stat_type3 = 45, + stat_value3 = 161, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018102; + +-- Item Feralsurge Girdle Entry: 18104 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018104; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18104 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 113, + stat_type2 = 7, + stat_value2 = 104, + stat_type3 = 43, + stat_value3 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21629, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018104; + +-- Item Faith Healer's Boots Entry: 22247 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022247; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22247 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 116, + stat_type3 = 6, + stat_value3 = 158, + stat_type4 = 5, + stat_value4 = 158, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022247; + +-- Item Blademaster Leggings Entry: 12963 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012963; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12963 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 260, + stat_type2 = 7, + stat_value2 = 102, + stat_type3 = 31, + stat_value3 = 86, + stat_type4 = 32, + stat_value4 = 189, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012963; + +-- Item Tristam Legguards Entry: 12964 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012964; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12964 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 3, + stat_value2 = 256, + stat_type3 = 38, + stat_value3 = 209, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20012964; + +-- Item Spiritshroud Leggings Entry: 12965 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012965; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12965 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 45, + stat_value2 = 152, + stat_type3 = 6, + stat_value3 = 201, + stat_type4 = 5, + stat_value4 = 201, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012965; + +-- Item Blackmist Armguards Entry: 12966 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012966; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12966 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 63, + stat_type3 = 3, + stat_value3 = 94, + stat_type4 = 31, + stat_value4 = 52, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012966; + +-- Item Bloodmoon Cloak Entry: 12967 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012967; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12967 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 115, + stat_type2 = 5, + stat_value2 = 94, + stat_type3 = 32, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012967; + +-- Item Frostweaver Cape Entry: 12968 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012968; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12968 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 144, + stat_type2 = 6, + stat_value2 = 144, + stat_type3 = 31, + stat_value3 = 71, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012968; + +-- Item Lightforge Spaulders Entry: 16729 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016729; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16729 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 189, + stat_type2 = 5, + stat_value2 = 158, + stat_type3 = 4, + stat_value3 = 139, + stat_type4 = 6, + stat_value4 = 98, + stat_type5 = 3, + stat_value5 = 87, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016729; + +-- Item Ironweave Boots Entry: 22311 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022311; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22311 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 244, + stat_type2 = 5, + stat_value2 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022311; + +-- Item Vest of Elements Entry: 16666 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016666; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16666 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 269, + stat_type2 = 6, + stat_value2 = 269, + stat_type3 = 7, + stat_value3 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016666; + +-- Item Beaststalker's Tunic Entry: 16674 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016674; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16674 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 38, + stat_value1 = 190, + stat_type2 = 3, + stat_value2 = 190, + stat_type3 = 7, + stat_value3 = 206, + stat_type4 = 5, + stat_value4 = 179, + stat_type5 = 6, + stat_value5 = 116, + stat_type6 = 4, + stat_value6 = 100, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016674; + +-- Item Magister's Robes Entry: 16688 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016688; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16688 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 368, + stat_type2 = 6, + stat_value2 = 168, + stat_type3 = 7, + stat_value3 = 179, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016688; + +-- Item Devout Robe Entry: 16690 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016690; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16690 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 301, + stat_type2 = 6, + stat_value2 = 230, + stat_type3 = 7, + stat_value3 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016690; + +-- Item Dreadmist Robe Entry: 16700 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016700; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16700 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 265, + stat_type2 = 6, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 273, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016700; + +-- Item Wildheart Vest Entry: 16706 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016706; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16706 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 269, + stat_type2 = 6, + stat_value2 = 269, + stat_type3 = 7, + stat_value3 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016706; + +-- Item Shadowcraft Tunic Entry: 16721 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 319, + stat_type2 = 7, + stat_value2 = 210, + stat_type3 = 31, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016721; + +-- Item Lightforge Breastplate Entry: 16726 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016726; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16726 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 260, + stat_type2 = 5, + stat_value2 = 225, + stat_type3 = 4, + stat_value3 = 195, + stat_type4 = 6, + stat_value4 = 150, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016726; + +-- Item Breastplate of Valor Entry: 16730 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016730; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16730 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 293, + stat_type2 = 4, + stat_value2 = 220, + stat_type3 = 3, + stat_value3 = 174, + stat_type4 = 6, + stat_value4 = 130, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016730; + +-- Item Draconian Deflector Entry: 12602 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012602; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12602 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 12, + stat_value1 = 80, + stat_type2 = 7, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20012602; + +-- Item Painweaver Band Entry: 13098 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013098; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13098 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 32, + stat_value2 = 308, + stat_type3 = 38, + stat_value3 = 225, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013098; + +-- Item Tooth of Gnarr Entry: 13141 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013141; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13141 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 293, + stat_type2 = 7, + stat_value2 = 210, + stat_type3 = 43, + stat_value3 = 120, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013141; + +-- Item Brigam Girdle Entry: 13142 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013142; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13142 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 64, + stat_type2 = 4, + stat_value2 = 149, + stat_type3 = 7, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013142; + +-- Item Tome of the Lost Entry: 22253 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022253; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22253 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 136, + stat_type2 = 7, + stat_value2 = 124, + stat_type3 = 45, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022253; + +-- Item Spellweaver's Turban Entry: 22267 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 175, + stat_type2 = 45, + stat_value2 = 260, + stat_type3 = 31, + stat_value3 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022267; + +-- Item Shadow Prowler's Cloak Entry: 22269 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022269; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22269 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 217, + stat_type2 = 7, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022269; + +-- Item Earthborn Kilt Entry: 9402 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20009402; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9402 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20009402; + +-- Item Maiden's Circle Entry: 13001 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013001; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13001 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 188, + stat_type2 = 5, + stat_value2 = 208, + stat_type3 = 45, + stat_value3 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013001; + +-- Item Serathil Entry: 13015 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013015; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13015 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 344, + dmg_max1 = 662, + dmg_min2 = 344, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20013015; + +-- Item Bludstone Hammer Entry: 13028 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013028; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13028 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 386, + dmg_max1 = 744, + dmg_min2 = 386, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013028; + +-- Item Doombringer Entry: 13053 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1928, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20013053; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13053 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 586, + dmg_max1 = 1240, + dmg_min2 = 586, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013053; + +-- Item The Needler Entry: 13060 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1150, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20013060; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13060 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 460, + dmg_max1 = 951, + dmg_min2 = 460, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013060; + +-- Item Stonegrip Gauntlets Entry: 13072 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013072; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13072 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 12, + stat_value3 = 55, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013072; + +-- Item Band of the Hierophant Entry: 13096 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013096; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13096 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 223, + stat_type2 = 7, + stat_value2 = 180, + stat_type3 = 6, + stat_value3 = 234, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013096; + +-- Item Spaulders of the Unseen Entry: 13116 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013116; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13116 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 240, + stat_type2 = 5, + stat_value2 = 88, + stat_type3 = 7, + stat_value3 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013116; + +-- Item Drakesfire Epaulets Entry: 13133 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013133; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13133 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 100, + stat_type3 = 6, + stat_value3 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013133; + +-- Item Scarlet Kris Entry: 5267 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 304, + dmg_max1 = 523, + dmg_min2 = 304, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005267; + +-- Item Sword of Zeal Entry: 6622 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 538, + dmg_max1 = 961, + dmg_min2 = 538, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006622; + +-- Item Staff of Hale Magefire Entry: 13000 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013000; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13000 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 747, + dmg_max1 = 1438, + dmg_min2 = 747, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 260, + stat_type2 = 5, + stat_value2 = 279, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013000; + +-- Item Mass of McGowan Entry: 13006 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 553, + dmg_max1 = 961, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013006; + +-- Item Eaglehorn Long Bow Entry: 13023 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013023; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13023 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 405, + dmg_max1 = 686, + dmg_min2 = 405, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 106, + stat_type2 = 7, + stat_value2 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013023; + +-- Item Direwing Legguards Entry: 13075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 154, + stat_type2 = 7, + stat_value2 = 161, + stat_type3 = 6, + stat_value3 = 161, + stat_type4 = 3, + stat_value4 = 154, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013075; + +-- Item Garrett Family Crest Entry: 13083 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013083; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13083 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 86, + stat_type2 = 5, + stat_value2 = 75, + stat_type3 = 6, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20013083; + +-- Item Magiskull Cuffs Entry: 13107 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013107; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13107 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 145, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013107; + +-- Item Feathermoon Headdress Entry: 13113 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013113; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13113 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 247, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013113; + +-- Item Dreamwalker Armor Entry: 13123 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013123; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13123 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 219, + stat_type3 = 6, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013123; + +-- Item Idol of the Moon Entry: 23197 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023197; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23197 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28854, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023197; + +-- Item Totem of the Storm Entry: 23199 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28857, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023199; + +-- Item Libram of Fervor Entry: 23203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 60804, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023203; + +-- Item Lord Alexander's Battle Axe Entry: 13003 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013003; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13003 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 692, + dmg_max1 = 1395, + dmg_min2 = 692, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 212, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 3, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013003; + +-- Item Elder Wizard's Mantle Entry: 13013 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013013; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13013 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 261, + stat_type2 = 45, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013013; + +-- Item Assassination Blade Entry: 13036 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013036; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13036 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 482, + dmg_max1 = 934, + dmg_min2 = 482, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 32, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013036; + +-- Item Heartseeking Crossbow Entry: 13040 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013040; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13040 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 586, + dmg_max1 = 1173, + dmg_min2 = 586, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29626, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013040; + +-- Item Demonslayer Entry: 13044 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013044; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13044 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 702, + dmg_max1 = 1447, + dmg_min2 = 702, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18212, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013044; + +-- Item Frenzied Striker Entry: 13056 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013056; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13056 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 634, + dmg_max1 = 1211, + dmg_min2 = 634, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 14, + stat_value1 = 270, + stat_type2 = 31, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013056; + +-- Item Girdle of Uther Entry: 13077 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013077; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13077 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 87, + stat_type2 = 3, + stat_value2 = 87, + stat_type3 = 4, + stat_value3 = 87, + stat_type4 = 7, + stat_value4 = 92, + stat_type5 = 6, + stat_value5 = 92, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013077; + +-- Item Medallion of Grand Marshal Morris Entry: 13091 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 208, + stat_type2 = 12, + stat_value2 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013091; + +-- Item Serpentine Sash Entry: 13118 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013118; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13118 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 7, + stat_value2 = 130, + stat_type3 = 3, + stat_value3 = 130, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013118; + +-- Item Windrunner Legguards Entry: 13130 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013130; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13130 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013130; + +-- Item The Shadowfoot Stabber Entry: 24222 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 355, + dmg_max1 = 642, + dmg_min2 = 355, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 38, + stat_value2 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024222; + +-- Item Orb of Deception Entry: 1973 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001973; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1973 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 16739, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001973; + +-- Item Lapidis Tankard of Tidesippe Entry: 4696 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 282, + stat_type2 = 5, + stat_value2 = 142, + stat_type3 = 43, + stat_value3 = 71, + stat_type4 = 3, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004696; + +-- Item Lady Alizabeth's Pendant Entry: 13002 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013002; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13002 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 315, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013002; + +-- Item Torch of Austen Entry: 13004 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013004; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13004 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 286, + dmg_max1 = 580, + dmg_min2 = 286, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013004; + +-- Item Mageflame Cloak Entry: 13007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013007; + +-- Item Twig of the World Tree Entry: 13047 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013047; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13047 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 800, + dmg_max1 = 1702, + dmg_min2 = 800, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 6, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 254, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013047; + +-- Item Sapphiron's Scale Boots Entry: 13070 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013070; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13070 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 121, + stat_type2 = 4, + stat_value2 = 158, + stat_type3 = 7, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013070; + +-- Item Wolfrunner Shoes Entry: 13101 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013101; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13101 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 133, + stat_type2 = 6, + stat_value2 = 133, + stat_type3 = 5, + stat_value3 = 133, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013101; + +-- Item Lordly Armguards Entry: 13135 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013135; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13135 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 67, + stat_type2 = 4, + stat_value2 = 67, + stat_type3 = 6, + stat_value3 = 73, + stat_type4 = 7, + stat_value4 = 73, + stat_type5 = 5, + stat_value5 = 67, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013135; + +-- Item Shell Launcher Shotgun Entry: 13146 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013146; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13146 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 469, + dmg_max1 = 919, + dmg_min2 = 469, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29635, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013146; + +-- Item Destiny Entry: 647 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000647; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 647 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 624, + dmg_max1 = 1115, + dmg_min2 = 624, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17152, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000647; + +-- Item Axe of the Deep Woods Entry: 811 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18104 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1456, EffectBasePoints_2 = 0 + WHERE ID = 30018104; + DELETE FROM acore_world.item_template WHERE entry = 20000811; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 811 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 467, + dmg_max1 = 1023, + dmg_min2 = 467, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018104, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000811; + +-- Item Lifestone Entry: 833 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17712 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 4981, EffectBasePoints_2 = 0 + WHERE ID = 30017712; + DELETE FROM acore_world.item_template WHERE entry = 20000833; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 833 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 5707, + spellid_2 = 30017712, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000833; + +-- Item Krol Blade Entry: 2244 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002244; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2244 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 492, + dmg_max1 = 1038, + dmg_min2 = 492, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 79, + stat_type2 = 7, + stat_value2 = 65, + stat_type3 = 32, + stat_value3 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002244; + +-- Item Skullflame Shield Entry: 1168 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001168; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1168 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18815, + spellid_2 = 18816, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001168; + +-- Item Dwarven Hand Cannon Entry: 2099 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 566, + dmg_max1 = 1193, + dmg_min2 = 566, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29625, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002099; + +-- Item Helm of Narv Entry: 2245 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002245; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2245 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 6, + stat_value2 = 160, + stat_type3 = 7, + stat_value3 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20002245; + +-- Item Myrmidon's Signet Entry: 2246 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002246; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2246 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 196, + stat_type3 = 3, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002246; + +-- Item Elemental Mage Staff Entry: 944 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000944; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 944 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 725, + dmg_max1 = 1483, + dmg_min2 = 725, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000944; + +-- Item Brain Hacker Entry: 1263 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17148 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3094, EffectBasePoints_2 = -404 + WHERE ID = 30017148; + DELETE FROM acore_world.item_template WHERE entry = 20001263; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1263 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 526, + dmg_max1 = 973, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017148, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001263; + +-- Item Jeweled Amulet of Cainwyn Entry: 1443 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001443; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1443 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 193, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 5, + stat_value3 = 270, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001443; + +-- Item Sash of Mercy Entry: 14553 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014553; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14553 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 104, + stat_type2 = 7, + stat_value2 = 128, + stat_type3 = 45, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20014553; + +-- Item Hand of Edward the Odd Entry: 2243 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 281, + dmg_max1 = 566, + dmg_min2 = 281, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 22, + stat_type2 = 5, + stat_value2 = 26, + stat_type3 = 0, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002243; + +-- Item Cloudkeeper Legplates Entry: 14554 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014554; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14554 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 222, + stat_type2 = 7, + stat_value2 = 130, + stat_type3 = 4, + stat_value3 = 130, + stat_type4 = 3, + stat_value4 = 130, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014554; + +-- Item Alcor's Sunrazor Entry: 14555 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18833 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1095, EffectBasePoints_2 = 0 + WHERE ID = 30018833; + DELETE FROM acore_world.item_template WHERE entry = 20014555; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14555 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 246, + dmg_max1 = 460, + dmg_min2 = 246, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018833, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014555; + +-- Item Aegis of Stormwind Entry: 1203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 186, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001203; + +-- Item Soulkeeper Entry: 1607 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001607; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1607 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 795, + dmg_max1 = 1696, + dmg_min2 = 795, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 329, + stat_type2 = 5, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001607; + +-- Item Viking Warhammer Entry: 1721 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 474, + dmg_max1 = 903, + dmg_min2 = 474, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 4, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001721; + +-- Item Julie's Dagger Entry: 6660 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006660; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6660 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 217, + dmg_max1 = 474, + dmg_min2 = 217, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006660; + +-- Item Hanzo Sword Entry: 8190 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1255, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20008190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 304, + dmg_max1 = 535, + dmg_min2 = 304, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008190; + +-- Item Gryphonwing Long Bow Entry: 13022 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013022; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13022 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 608, + dmg_max1 = 1038, + dmg_min2 = 608, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 103, + stat_type2 = 7, + stat_value2 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013022; + +-- Item Hydralick Armor Entry: 13067 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013067; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13067 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 267, + stat_type3 = 3, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013067; + +-- Item Sandals of the Insurgent Entry: 13111 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013111; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13111 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013111; + +-- Item Deepfury Bracers Entry: 13120 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013120; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13120 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 138, + stat_type2 = 7, + stat_value2 = 63, + stat_type3 = 4, + stat_value3 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013120; + +-- Item Dark Phantom Cape Entry: 13122 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013122; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13122 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 186, + stat_type2 = 6, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013122; + +-- Item Hammer of the Northern Wind Entry: 810 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 363, + dmg_max1 = 749, + dmg_min2 = 363, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000810; + +-- Item Glowing Brightwood Staff Entry: 812 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 691, + dmg_max1 = 1362, + dmg_min2 = 691, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 144, + stat_type2 = 5, + stat_value2 = 285, + stat_type3 = 7, + stat_value3 = 193, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000812; + +-- Item Eye of Flame Entry: 3075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20003075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 150, + stat_type2 = 6, + stat_value2 = 150, + stat_type3 = 45, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003075; + +-- Item Stockade Pauldrons Entry: 14552 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014552; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14552 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 12, + stat_value1 = 60, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 6, + stat_value3 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014552; + +-- Item Eye of Adaegus Entry: 5266 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 5, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005266; + +-- Item Uther's Strength Entry: 11302 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011302; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11302 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 8397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011302; + +-- Item Dalewind Trousers Entry: 13008 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013008; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13008 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 273, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 7, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013008; + +-- Item Axe of Rin'ji Entry: 13014 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013014; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13014 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 318, + dmg_max1 = 699, + dmg_min2 = 318, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 86, + stat_type2 = 7, + stat_value2 = 137, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013014; + +-- Item Bonesnapper Entry: 13027 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013027; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13027 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 526, + dmg_max1 = 978, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 86, + stat_type2 = 4, + stat_value2 = 137, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013027; + +-- Item Warmonger Entry: 13052 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013052; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13052 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 638, + dmg_max1 = 1411, + dmg_min2 = 638, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 31, + stat_value2 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013052; + +-- Item Stoneraven Entry: 13059 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 770, + dmg_max1 = 1552, + dmg_min2 = 770, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 149, + stat_type2 = 4, + stat_value2 = 184, + stat_type3 = 3, + stat_value3 = 184, + stat_type4 = 7, + stat_value4 = 200, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013059; + +-- Item Mugthol's Helm Entry: 13073 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013073; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13073 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 190, + stat_type2 = 4, + stat_value2 = 140, + stat_type3 = 7, + stat_value3 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013073; + +-- Item Battlecaller Gauntlets Entry: 13126 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013126; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13126 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 66, + stat_type2 = 7, + stat_value2 = 74, + stat_type3 = 38, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013126; + +-- Item Serenity Belt Entry: 13144 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013144; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13144 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 186, + stat_type2 = 7, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013144; + +-- Item Freezing Band Entry: 942 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18799, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000942; + +-- Item Shadowblade Entry: 2163 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1918, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20002163; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2163 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 288, + dmg_max1 = 488, + dmg_min2 = 288, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002163; + +-- Item Hurricane Entry: 2824 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002824; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2824 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 326, + dmg_max1 = 620, + dmg_min2 = 326, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29501, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002824; + +-- Item Taran Icebreaker Entry: 2915 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16415 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3211, EffectBasePoints_2 = 143 + WHERE ID = 30016415; + DELETE FROM acore_world.item_template WHERE entry = 20002915; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2915 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 529, + dmg_max1 = 1042, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016415, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002915; + +-- Item Elven Spirit Claws Entry: 2564 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002564; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2564 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 146, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 45, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20002564; + +-- Item Six Demon Bag Entry: 7734 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20007734; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7734 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 14537, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007734; + +-- Item Cow King's Hide Entry: 13009 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013009; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13009 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013009; + +-- Item Basilisk Bone Entry: 13030 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013030; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13030 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013030; + +-- Item Blanchard's Stout Entry: 13046 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013046; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13046 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 755, + dmg_max1 = 1330, + dmg_min2 = 755, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 292, + stat_type2 = 7, + stat_value2 = 247, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013046; + +-- Item Wand of Allistarj Entry: 13065 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013065; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13065 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 376, + dmg_max1 = 782, + dmg_min2 = 376, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013065; + +-- Item Wyrmslayer Spaulders Entry: 13066 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013066; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13066 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 173, + stat_type2 = 7, + stat_value2 = 173, + stat_type3 = 3, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013066; + +-- Item Horizon Choker Entry: 13085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 312, + stat_type2 = 6, + stat_value2 = 149, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013085; + +-- Item Elven Chain Boots Entry: 13125 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013125; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13125 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 215, + stat_type2 = 7, + stat_value2 = 77, + stat_type3 = 31, + stat_value3 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013125; + +-- Item Guttbuster Entry: 13139 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013139; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13139 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 608, + dmg_max1 = 1111, + dmg_min2 = 608, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 108, + stat_type2 = 4, + stat_value2 = 61, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013139; + +-- Item Bloodrazor Entry: 809 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17504 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 164, EffectBasePoints_2 = 0 + WHERE ID = 30017504; + DELETE FROM acore_world.item_template WHERE entry = 20000809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 533, + dmg_max1 = 993, + dmg_min2 = 533, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017504, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000809; + +-- Item Lei of Lilies Entry: 1315 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001315; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1315 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 237, + stat_type2 = 6, + stat_value2 = 300, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18831, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001315; + +-- Item Wall of the Dead Entry: 1979 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 19409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001979; + +-- Item Stonerender Gauntlets Entry: 17007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20017007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 113, + stat_type3 = 5, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20017007; + +-- Item Teebu's Blazing Longsword Entry: 1728 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18086 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2138, EffectBasePoints_2 = 0 + WHERE ID = 30018086; + DELETE FROM acore_world.item_template WHERE entry = 20001728; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1728 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 509, + dmg_max1 = 1027, + dmg_min2 = 509, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018086, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001728; + +-- Item Blade of Hanna Entry: 2801 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002801; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2801 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 468, + dmg_max1 = 915, + dmg_min2 = 468, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 158, + stat_type2 = 4, + stat_value2 = 158, + stat_type3 = 3, + stat_value3 = 158, + stat_type4 = 5, + stat_value4 = 158, + stat_type5 = 6, + stat_value5 = 158, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002801; + +-- Item Cloak of Flames Entry: 3475 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 21142 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 34, EffectBasePoints_2 = 0 + WHERE ID = 30021142; + DELETE FROM acore_world.item_template WHERE entry = 20003475; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3475 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30021142, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003475; + +-- Item Wind Dancer Boots Entry: 13260 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013260; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13260 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 170, + stat_type2 = 5, + stat_value2 = 121, + stat_type3 = 13, + stat_value3 = 93, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013260; + +-- Item Heavy Felsteel Ring Entry: 24087 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 223, + stat_type2 = 35, + stat_value2 = 167, + stat_type3 = 4, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024087; + +-- Item Delicate Eternium Ring Entry: 24088 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 254, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 13, + stat_value3 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024088; + +-- Item Blazing Eternium Band Entry: 24089 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 234, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024089; + +-- Item Arcane Khorium Band Entry: 24086 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024086; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24086 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 115, + stat_type2 = 7, + stat_value2 = 251, + stat_type3 = 45, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024086; + +-- Item Devout Belt Entry: 16696 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 106, + stat_type2 = 7, + stat_value2 = 66, + stat_type3 = 5, + stat_value3 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016696; + +-- Item Khorium Band of Leaves Entry: 24085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024085; + +-- Item Wildheart Gloves Entry: 16717 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016717; + +-- Item Belt of Valor Entry: 16736 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016736; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16736 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 92, + stat_type2 = 6, + stat_value2 = 66, + stat_type3 = 4, + stat_value3 = 137, + stat_type4 = 7, + stat_value4 = 99, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20016736; + +-- Item Shadowcraft Gloves Entry: 16712 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016712; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16712 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 96, + stat_type2 = 38, + stat_value2 = 181, + stat_type3 = 7, + stat_value3 = 77, + stat_type4 = 31, + stat_value4 = 42, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016712; + +-- Item Bracers of Valor Entry: 16735 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016735; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16735 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 4, + stat_value2 = 83, + stat_type3 = 3, + stat_value3 = 52, + stat_type4 = 6, + stat_value4 = 41, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20016735; + +-- Item Magister's Belt Entry: 16685 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016685; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16685 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 6, + stat_value2 = 84, + stat_type3 = 7, + stat_value3 = 84, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016685; + +-- Item Dreadmist Bracers Entry: 16703 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016703; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16703 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 99, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 6, + stat_value3 = 81, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016703; + +-- Item Shadowcraft Bracers Entry: 16710 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016710; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16710 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016710; + +-- Item Shadowcraft Belt Entry: 16713 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 89, + stat_type2 = 7, + stat_value2 = 72, + stat_type3 = 31, + stat_value3 = 38, + stat_type4 = 38, + stat_value4 = 155, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016713; + +-- Item Beaststalker's Belt Entry: 16680 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 31, + stat_value1 = 43, + stat_type2 = 3, + stat_value2 = 60, + stat_type3 = 5, + stat_value3 = 69, + stat_type4 = 38, + stat_value4 = 155, + stat_type5 = 7, + stat_value5 = 56, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = -1, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016680; + +-- Item Cord of Elements Entry: 16673 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016673; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16673 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 4, + stat_value2 = 97, + stat_type3 = 6, + stat_value3 = 84, + stat_type4 = 7, + stat_value4 = 75, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016673; + +-- Item Magister's Bindings Entry: 16683 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 135, + stat_type2 = 6, + stat_value2 = 71, + stat_type3 = 7, + stat_value3 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016683; + +-- Item Wildheart Belt Entry: 16716 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 6, + stat_value2 = 108, + stat_type3 = 7, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016716; + +-- Item Beaststalker's Gloves Entry: 16676 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016676; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16676 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 102, + stat_type2 = 6, + stat_value2 = 102, + stat_type3 = 7, + stat_value3 = 96, + stat_type4 = 5, + stat_value4 = 96, + stat_type5 = 38, + stat_value5 = 96, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016676; + +-- Item Gauntlets of Elements Entry: 16672 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016672; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16672 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 150, + stat_type2 = 5, + stat_value2 = 115, + stat_type3 = 4, + stat_value3 = 107, + stat_type4 = 7, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016672; + +-- Item Beaststalker's Bindings Entry: 16681 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 99, + stat_type2 = 7, + stat_value2 = 81, + stat_type3 = 38, + stat_value3 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016681; + +-- Item Lady Maye's Pendant Entry: 14558 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014558; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14558 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 184, + stat_type2 = 5, + stat_value2 = 267, + stat_type3 = 6, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014558; + +-- Item The Lion Horn of Stormwind Entry: 14557 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014557; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14557 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 20847, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014557; + +-- Item Lavacrest Leggings Entry: 11802 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 336, + stat_type2 = 7, + stat_value2 = 205, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20011802; + +-- Item Force of Magma Entry: 11803 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18086 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2723, EffectBasePoints_2 = 0 + WHERE ID = 30018086; + DELETE FROM acore_world.item_template WHERE entry = 20011803; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11803 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 895, + dmg_max1 = 1560, + dmg_min2 = 895, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018086, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011803; + +-- Item Rubidium Hammer Entry: 11805 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011805; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11805 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 405, + dmg_max1 = 798, + dmg_min2 = 405, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 120 + WHERE entry = 20011805; + +-- Item Sash of the Burning Heart Entry: 11807 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011807; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11807 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 127, + stat_type2 = 7, + stat_value2 = 127, + stat_type3 = 32, + stat_value3 = 127, + stat_type4 = 45, + stat_value4 = 95, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011807; + +-- Item Naglering Entry: 11669 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 15438 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 20, EffectBasePoints_2 = 0 + WHERE ID = 30015438; + DELETE FROM acore_world.item_template WHERE entry = 20011669; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11669 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 337, + stat_type2 = 12, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31015438, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011669; + +-- Item Second Wind Entry: 11819 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011819; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11819 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9408, + spellid_2 = 15604, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011819; + +-- Item Omnicast Boots Entry: 11822 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011822; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11822 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 7, + stat_value2 = 138, + stat_type3 = 45, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011822; + +-- Item Luminary Kilt Entry: 11823 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011823; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11823 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 176, + stat_type2 = 5, + stat_value2 = 253, + stat_type3 = 6, + stat_value3 = 147, + stat_type4 = 7, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20011823; + +-- Item Force of Will Entry: 11810 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 15594, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011810; + +-- Item Angerforge's Battle Axe Entry: 11816 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011816; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11816 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 628, + dmg_max1 = 1366, + dmg_min2 = 628, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 387, + stat_type2 = 7, + stat_value2 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011816; + +-- Item Lord General's Sword Entry: 11817 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011817; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11817 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 511, + dmg_max1 = 1014, + dmg_min2 = 511, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011817; + +-- Item Royal Decorated Armor Entry: 11820 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011820; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11820 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 168, + stat_type2 = 7, + stat_value2 = 341, + stat_type3 = 3, + stat_value3 = 215, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20011820; + +-- Item Warstrife Leggings Entry: 11821 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011821; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11821 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 162, + stat_type2 = 7, + stat_value2 = 193, + stat_type3 = 3, + stat_value3 = 286, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20011821; + +-- Item Spritecaster Cape Entry: 11623 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 104, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 6, + stat_value3 = 118, + stat_type4 = 45, + stat_value4 = 144, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011623; + +-- Item Fleetfoot Greaves Entry: 11627 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011627; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11627 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 249, + stat_type2 = 5, + stat_value2 = 116, + stat_type3 = 7, + stat_value3 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20011627; + +-- Item Houndmaster's Bow Entry: 11628 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011628; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11628 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 363, + dmg_max1 = 803, + dmg_min2 = 363, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18201, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011628; + +-- Item Houndmaster's Rifle Entry: 11629 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 479, + dmg_max1 = 1026, + dmg_min2 = 479, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18201, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011629; + +-- Item Bloodfist Entry: 11744 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16433 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 347, EffectBasePoints_2 = 0 + WHERE ID = 30016433; + DELETE FROM acore_world.item_template WHERE entry = 20011744; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11744 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 299, + dmg_max1 = 630, + dmg_min2 = 299, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31016433, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011744; + +-- Item Fists of Phalanx Entry: 11745 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011745; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11745 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 238, + stat_type2 = 7, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20011745; + +-- Item Golem Fitted Pauldrons Entry: 22212 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022212; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22212 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 217, + stat_type2 = 7, + stat_value2 = 256, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20022212; + +-- Item Plans: Dark Iron Plate Entry: 11612 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 483, + spellid_2 = 15296, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011612; + +-- Item Swiftwalker Boots Entry: 12553 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012553; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12553 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 3, + stat_value2 = 255, + stat_type3 = 7, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012553; + +-- Item Hands of the Exalted Herald Entry: 12554 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012554; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12554 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 168, + stat_type2 = 6, + stat_value2 = 160, + stat_type3 = 45, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012554; + +-- Item High Priestess Boots Entry: 12556 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012556; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12556 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 131, + stat_type2 = 45, + stat_value2 = 120, + stat_type3 = 7, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20012556; + +-- Item Ebonsteel Spaulders Entry: 12557 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012557; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12557 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 250, + stat_type2 = 3, + stat_value2 = 154, + stat_type3 = 4, + stat_value3 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20012557; + +-- Item Kentic Amice Entry: 11624 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 214, + stat_type2 = 6, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 122, + stat_type4 = 45, + stat_value4 = 151, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011624; + +-- Item Enthralled Sphere Entry: 11625 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011625; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11625 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 177, + stat_type2 = 5, + stat_value2 = 134, + stat_type3 = 7, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011625; + +-- Item Blackveil Cape Entry: 11626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 3, + stat_value2 = 215, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011626; + +-- Item Greaves of Withering Despair Entry: 22240 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 158, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 45, + stat_value3 = 120, + stat_type4 = 31, + stat_value4 = 78, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20022240; + +-- Item Stoneshell Guard Entry: 11631 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 197, + stat_type2 = 4, + stat_value2 = 155, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20011631; + +-- Item Earthslag Shoulders Entry: 11632 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 202, + stat_type2 = 32, + stat_value2 = 202, + stat_type3 = 7, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20011632; + +-- Item Mantle of Lost Hope Entry: 22234 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 143, + stat_type2 = 43, + stat_value2 = 88, + stat_type3 = 5, + stat_value3 = 186, + stat_type4 = 7, + stat_value4 = 117, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022234; + +-- Item Idol of Ferocity Entry: 22397 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022397; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22397 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 27851, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022397; + +-- Item Golem Skull Helm Entry: 11746 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011746; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11746 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 12, + stat_value1 = 62, + stat_type2 = 7, + stat_value2 = 219, + stat_type3 = 4, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20011746; + +-- Item Magmus Stone Entry: 11935 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 104, + stat_type2 = 7, + stat_value2 = 144, + stat_type3 = 45, + stat_value3 = 166, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011935; + +-- Item Lavastone Hammer Entry: 22208 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022208; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22208 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 873, + dmg_max1 = 1722, + dmg_min2 = 873, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 230, + stat_type2 = 32, + stat_value2 = 256, + stat_type3 = 4, + stat_value3 = 256, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022208; + +-- Item Totem of Rage Entry: 22395 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 27859, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022395; + +-- Item Libram of Truth Entry: 22400 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022400; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22400 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 27850, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022400; + +-- Item Robes of the Royal Crown Entry: 11924 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011924; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11924 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 7, + stat_value3 = 269, + stat_type4 = 45, + stat_value4 = 174, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011924; + +-- Item Thaurissan's Royal Scepter Entry: 11928 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011928; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11928 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 101, + stat_type3 = 45, + stat_value3 = 113, + stat_type4 = 6, + stat_value4 = 151, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011928; + +-- Item The Emperor's New Cape Entry: 11930 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011930; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11930 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 215, + stat_type2 = 3, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011930; + +-- Item Guiding Stave of Wisdom Entry: 11932 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011932; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11932 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 873, + dmg_max1 = 1559, + dmg_min2 = 873, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 230, + stat_type2 = 7, + stat_value2 = 239, + stat_type3 = 45, + stat_value3 = 277, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011932; + +-- Item Imperial Jewel Entry: 11933 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011933; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11933 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 234, + stat_type2 = 38, + stat_value2 = 384, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011933; + +-- Item Emperor's Seal Entry: 11934 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011934; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11934 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011934; + +-- Item Wristguards of Renown Entry: 22204 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 110, + stat_type3 = 3, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20022204; + +-- Item Sash of the Grand Hunt Entry: 22207 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022207; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22207 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 144, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 5, + stat_value3 = 85, + stat_type4 = 31, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20022207; + +-- Item Chief Architect's Monocle Entry: 11839 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011839; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11839 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 7, + stat_value2 = 159, + stat_type3 = 32, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011839; + +-- Item Senior Designer's Pantaloons Entry: 11841 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011841; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11841 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 5, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 184, + stat_type4 = 6, + stat_value4 = 246, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011841; + +-- Item Lead Surveyor's Mantle Entry: 11842 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011842; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11842 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 220, + stat_type2 = 45, + stat_value2 = 158, + stat_type3 = 43, + stat_value3 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20011842; + +-- Item Foreman's Head Protector Entry: 22223 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022223; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22223 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 201, + stat_type2 = 7, + stat_value2 = 190, + stat_type3 = 3, + stat_value3 = 215, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20022223; + +-- Item Barman Shanker Entry: 12791 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13318 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 134, EffectBasePoints_2 = 0 + WHERE ID = 30013318; + DELETE FROM acore_world.item_template WHERE entry = 20012791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 423, + dmg_max1 = 810, + dmg_min2 = 423, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31013318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012791; + +-- Item Mixologist's Tunic Entry: 12793 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20012793; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12793 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 269, + stat_type2 = 7, + stat_value2 = 269, + stat_type3 = 3, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20012793; + +-- Item Cinderhide Armsplints Entry: 11764 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011764; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11764 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20011764; + +-- Item Pyremail Wristguards Entry: 11765 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011765; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11765 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20011765; + +-- Item Flameweave Cuffs Entry: 11766 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011766; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11766 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011766; + +-- Item Emberplate Armguards Entry: 11767 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011767; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11767 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20011767; + +-- Item Flamestrider Robes Entry: 11747 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011747; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11747 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 252, + stat_type2 = 7, + stat_value2 = 130, + stat_type3 = 5, + stat_value3 = 144, + stat_type4 = 31, + stat_value4 = 105, + stat_type5 = 45, + stat_value5 = 190, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20011747; + +-- Item Pyric Caduceus Entry: 11748 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011748; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11748 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 375, + dmg_max1 = 785, + dmg_min2 = 375, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011748; + +-- Item Searingscale Leggings Entry: 11749 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011749; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11749 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 43, + stat_value1 = 83, + stat_type2 = 3, + stat_value2 = 166, + stat_type3 = 5, + stat_value3 = 166, + stat_type4 = 7, + stat_value4 = 166, + stat_type5 = 38, + stat_value5 = 142, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20011749; + +-- Item Kindling Stave Entry: 11750 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011750; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11750 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 756, + dmg_max1 = 1370, + dmg_min2 = 756, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 179, + stat_type2 = 7, + stat_value2 = 179, + stat_type3 = 5, + stat_value3 = 195, + stat_type4 = 32, + stat_value4 = 215, + stat_type5 = 45, + stat_value5 = 156, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9344, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011750; + +-- Item Boreal Mantle Entry: 11782 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011782; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11782 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 45, + stat_value3 = 231, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011782; + +-- Item Chillsteel Girdle Entry: 11783 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011783; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11783 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 110, + stat_type2 = 43, + stat_value2 = 79, + stat_type3 = 45, + stat_value3 = 151, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20011783; + +-- Item Arbiter's Blade Entry: 11784 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011784; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11784 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 442, + dmg_max1 = 936, + dmg_min2 = 442, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 304, + stat_type2 = 45, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011784; + +-- Item Dark Warder's Pauldrons Entry: 22241 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022241; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22241 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 234, + stat_type2 = 4, + stat_value2 = 179, + stat_type3 = 7, + stat_value3 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20022241; + +-- Item Verek's Collar Entry: 11755 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011755; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11755 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 225, + stat_type3 = 13, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011755; + +-- Item Verek's Leash Entry: 22242 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022242; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22242 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 95, + stat_type2 = 5, + stat_value2 = 95, + stat_type3 = 7, + stat_value3 = 95, + stat_type4 = 38, + stat_value4 = 121, + stat_type5 = 43, + stat_value5 = 55, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20022242; + +-- Item Circle of Flame Entry: 11808 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011808; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11808 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 310, + stat_type2 = 45, + stat_value2 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17447, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011808; + +-- Item Flame Wrath Entry: 11809 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16559 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2358, EffectBasePoints_2 = 0 + WHERE ID = 30016559; + DELETE FROM acore_world.item_template WHERE entry = 20011809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 810, + dmg_max1 = 1609, + dmg_min2 = 810, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31016559, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011809; + +-- Item Cape of the Fire Salamander Entry: 11812 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 265, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20011812; + +-- Item Molten Fists Entry: 11814 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011814; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11814 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 129, + stat_type2 = 5, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 135, + stat_type4 = 3, + stat_value4 = 129, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20011814; + +-- Item Burst of Knowledge Entry: 11832 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011832; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11832 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9417, + spellid_2 = 15646, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011832; + +-- Item Ragefury Eyepatch Entry: 11735 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20011735; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11735 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 4, + stat_value2 = 122, + stat_type3 = 32, + stat_value3 = 299, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20011735; + +-- Item Coal Miner Boots Entry: 18043 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 145, + stat_type2 = 4, + stat_value2 = 155, + stat_type3 = 3, + stat_value3 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018043; + +-- Item Hurley's Tankard Entry: 18044 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018044; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18044 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 579, + dmg_max1 = 1102, + dmg_min2 = 579, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 97, + stat_type2 = 7, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018044; + +-- Item Firemoss Boots Entry: 22275 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 232, + stat_type2 = 7, + stat_value2 = 145, + stat_type3 = 45, + stat_value3 = 124, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20022275; + +-- Item Bloodrazor Entry: 809 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17504 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 164, EffectBasePoints_2 = 0 + WHERE ID = 30017504; + DELETE FROM acore_world.item_template WHERE entry = 20000809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 519, + dmg_max1 = 1016, + dmg_min2 = 519, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017504, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000809; + +-- Item Lei of Lilies Entry: 1315 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001315; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1315 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 300, + stat_type2 = 7, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18831, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001315; + +-- Item Wall of the Dead Entry: 1979 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 19409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001979; + +-- Item Stonerender Gauntlets Entry: 17007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20017007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 113, + stat_type2 = 6, + stat_value2 = 169, + stat_type3 = 7, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20017007; + +-- Item Freezing Band Entry: 942 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18799, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000942; + +-- Item Shadowblade Entry: 2163 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1918, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20002163; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2163 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 242, + dmg_max1 = 484, + dmg_min2 = 242, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002163; + +-- Item Hurricane Entry: 2824 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002824; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2824 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 336, + dmg_max1 = 629, + dmg_min2 = 336, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29501, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002824; + +-- Item Taran Icebreaker Entry: 2915 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16415 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3211, EffectBasePoints_2 = 143 + WHERE ID = 30016415; + DELETE FROM acore_world.item_template WHERE entry = 20002915; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2915 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 560, + dmg_max1 = 1081, + dmg_min2 = 560, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016415, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002915; + +-- Item Hammer of the Northern Wind Entry: 810 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 403, + dmg_max1 = 732, + dmg_min2 = 403, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000810; + +-- Item Glowing Brightwood Staff Entry: 812 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 713, + dmg_max1 = 1479, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 285, + stat_type2 = 7, + stat_value2 = 193, + stat_type3 = 6, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000812; + +-- Item Eye of Flame Entry: 3075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20003075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 150, + stat_type2 = 6, + stat_value2 = 150, + stat_type3 = 45, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003075; + +-- Item Stockade Pauldrons Entry: 14552 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014552; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14552 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 188, + stat_type2 = 6, + stat_value2 = 126, + stat_type3 = 12, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014552; + +-- Item Destiny Entry: 647 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000647; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 647 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 553, + dmg_max1 = 1231, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17152, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000647; + +-- Item Axe of the Deep Woods Entry: 811 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18104 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1456, EffectBasePoints_2 = 0 + WHERE ID = 30018104; + DELETE FROM acore_world.item_template WHERE entry = 20000811; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 811 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 548, + dmg_max1 = 956, + dmg_min2 = 548, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018104, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000811; + +-- Item Lifestone Entry: 833 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17712 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 4981, EffectBasePoints_2 = 0 + WHERE ID = 30017712; + DELETE FROM acore_world.item_template WHERE entry = 20000833; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 833 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 5707, + spellid_2 = 30017712, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000833; + +-- Item Krol Blade Entry: 2244 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002244; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2244 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 561, + dmg_max1 = 1007, + dmg_min2 = 561, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 79, + stat_type2 = 7, + stat_value2 = 65, + stat_type3 = 32, + stat_value3 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002244; + +-- Item Elven Spirit Claws Entry: 2564 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002564; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2564 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 146, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 45, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20002564; + +-- Item Six Demon Bag Entry: 7734 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20007734; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7734 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 14537, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007734; + +-- Item Cow King's Hide Entry: 13009 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013009; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13009 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013009; + +-- Item Basilisk Bone Entry: 13030 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013030; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13030 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013030; + +-- Item Blanchard's Stout Entry: 13046 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013046; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13046 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 649, + dmg_max1 = 1383, + dmg_min2 = 649, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 292, + stat_type2 = 7, + stat_value2 = 247, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013046; + +-- Item Wand of Allistarj Entry: 13065 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013065; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13065 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 428, + dmg_max1 = 782, + dmg_min2 = 428, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013065; + +-- Item Wyrmslayer Spaulders Entry: 13066 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013066; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13066 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 173, + stat_type2 = 7, + stat_value2 = 173, + stat_type3 = 3, + stat_value3 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013066; + +-- Item Horizon Choker Entry: 13085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 312, + stat_type2 = 6, + stat_value2 = 149, + stat_type3 = 7, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013085; + +-- Item Elven Chain Boots Entry: 13125 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013125; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13125 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 68, + stat_type2 = 3, + stat_value2 = 215, + stat_type3 = 7, + stat_value3 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013125; + +-- Item Guttbuster Entry: 13139 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013139; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13139 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 575, + dmg_max1 = 1078, + dmg_min2 = 575, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 61, + stat_type2 = 3, + stat_value2 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013139; + +-- Item Eye of Adaegus Entry: 5266 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 5, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005266; + +-- Item Uther's Strength Entry: 11302 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011302; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11302 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 8397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011302; + +-- Item Dalewind Trousers Entry: 13008 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013008; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13008 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 273, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 7, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013008; + +-- Item Axe of Rin'ji Entry: 13014 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013014; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13014 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 318, + dmg_max1 = 714, + dmg_min2 = 318, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 3, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013014; + +-- Item Bonesnapper Entry: 13027 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013027; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13027 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 452, + dmg_max1 = 1008, + dmg_min2 = 452, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013027; + +-- Item Warmonger Entry: 13052 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013052; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13052 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 700, + dmg_max1 = 1308, + dmg_min2 = 700, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 31, + stat_value2 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013052; + +-- Item Stoneraven Entry: 13059 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 713, + dmg_max1 = 1518, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 184, + stat_type2 = 3, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 200, + stat_type4 = 6, + stat_value4 = 149, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013059; + +-- Item Mugthol's Helm Entry: 13073 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013073; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13073 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 190, + stat_type2 = 4, + stat_value2 = 140, + stat_type3 = 7, + stat_value3 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013073; + +-- Item Battlecaller Gauntlets Entry: 13126 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013126; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13126 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 66, + stat_type2 = 7, + stat_value2 = 74, + stat_type3 = 38, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013126; + +-- Item Serenity Belt Entry: 13144 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013144; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13144 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 186, + stat_type2 = 7, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013144; + +-- Item Aegis of Stormwind Entry: 1203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 186, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001203; + +-- Item Soulkeeper Entry: 1607 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001607; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1607 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 848, + dmg_max1 = 1735, + dmg_min2 = 848, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 329, + stat_type2 = 5, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001607; + +-- Item Viking Warhammer Entry: 1721 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 487, + dmg_max1 = 856, + dmg_min2 = 487, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 4, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001721; + +-- Item Julie's Dagger Entry: 6660 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006660; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6660 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 242, + dmg_max1 = 449, + dmg_min2 = 242, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006660; + +-- Item Hanzo Sword Entry: 8190 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1255, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20008190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 300, + dmg_max1 = 564, + dmg_min2 = 300, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008190; + +-- Item Gryphonwing Long Bow Entry: 13022 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013022; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13022 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 527, + dmg_max1 = 1022, + dmg_min2 = 527, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 68, + stat_type2 = 3, + stat_value2 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013022; + +-- Item Hydralick Armor Entry: 13067 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013067; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13067 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 267, + stat_type3 = 3, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013067; + +-- Item Sandals of the Insurgent Entry: 13111 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013111; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13111 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013111; + +-- Item Deepfury Bracers Entry: 13120 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013120; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13120 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 138, + stat_type2 = 7, + stat_value2 = 63, + stat_type3 = 4, + stat_value3 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013120; + +-- Item Dark Phantom Cape Entry: 13122 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013122; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13122 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 186, + stat_type2 = 6, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013122; + +-- Item Executioner's Cleaver Entry: 13018 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013018; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13018 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 887, + dmg_max1 = 1800, + dmg_min2 = 887, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 110, + stat_type2 = 4, + stat_value2 = 329, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013018; + +-- Item Serpent Slicer Entry: 13035 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17511 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 106, EffectBasePoints_2 = 0 + WHERE ID = 30017511; + DELETE FROM acore_world.item_template WHERE entry = 20013035; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13035 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 418, + dmg_max1 = 899, + dmg_min2 = 418, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017511, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013035; + +-- Item Skull Splitting Crossbow Entry: 13039 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 492, + dmg_max1 = 984, + dmg_min2 = 492, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 64, + stat_type2 = 38, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013039; + +-- Item Blade of the Titans Entry: 13043 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 759, + dmg_max1 = 1563, + dmg_min2 = 759, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 331, + stat_type2 = 4, + stat_value2 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013043; + +-- Item Bonechewer Entry: 13055 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 682, + dmg_max1 = 1307, + dmg_min2 = 682, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 329, + stat_type2 = 7, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013055; + +-- Item Giantslayer Bracers Entry: 13076 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013076; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13076 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 116, + stat_type2 = 3, + stat_value2 = 77, + stat_type3 = 7, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013076; + +-- Item Skibi's Pendant Entry: 13089 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 176, + stat_type2 = 3, + stat_value2 = 306, + stat_type3 = 6, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013089; + +-- Item Blackflame Cape Entry: 13109 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013109; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13109 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013109; + +-- Item Winged Helm Entry: 13112 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013112; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13112 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 113, + stat_type2 = 45, + stat_value2 = 297, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013112; + +-- Item Belt of the Gladiator Entry: 13134 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 188, + stat_type2 = 7, + stat_value2 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013134; + +-- Item Warden Staff Entry: 943 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 601, + dmg_max1 = 1112, + dmg_min2 = 601, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 244, + stat_type2 = 12, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 260 + WHERE entry = 20000943; + +-- Item Precisely Calibrated Boomstick Entry: 2100 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 288, + dmg_max1 = 626, + dmg_min2 = 288, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 130, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002100; + +-- Item Kang the Decapitator Entry: 2291 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17153 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 837, EffectBasePoints_2 = 0 + WHERE ID = 30017153; + DELETE FROM acore_world.item_template WHERE entry = 20002291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 877, + dmg_max1 = 1705, + dmg_min2 = 877, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017153, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002291; + +-- Item Edgemaster's Handguards Entry: 14551 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014551; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14551 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 96, + stat_type2 = 37, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20014551; + +-- Item Shortsword of Vengeance Entry: 754 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13519 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 575, EffectBasePoints_2 = 0 + WHERE ID = 30013519; + DELETE FROM acore_world.item_template WHERE entry = 20000754; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 754 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 421, + dmg_max1 = 824, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013519, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000754; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 875, + dmg_max1 = 1622, + dmg_min2 = 875, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 188, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 6, + stat_value3 = 285, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Mug O' Hurt Entry: 4090 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004090; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4090 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 340, + dmg_max1 = 625, + dmg_min2 = 340, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13496, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004090; + +-- Item Widowmaker Entry: 4091 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 365, + dmg_max1 = 725, + dmg_min2 = 365, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 118, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 140, + stat_type2 = 7, + stat_value2 = 73, + stat_type3 = 45, + stat_value3 = 49, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 402, + dmg_max1 = 811, + dmg_min2 = 402, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 76, + stat_type2 = 7, + stat_value2 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 290, + stat_type2 = 12, + stat_value2 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 45, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 187, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 5, + stat_value3 = 187, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013128; + +-- Item Flurry Axe Entry: 871 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000871; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 871 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 251, + dmg_max1 = 531, + dmg_min2 = 251, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18797, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000871; + +-- Item Robes of Insight Entry: 940 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 309, + stat_type2 = 6, + stat_value2 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18820, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20000940; + +-- Item Blackskull Shield Entry: 1169 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 6, + stat_value2 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001169; + +-- Item Ring of Saviors Entry: 1447 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 312, + stat_type2 = 6, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18826, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001447; + +-- Item Skullflame Shield Entry: 1168 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001168; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1168 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18815, + spellid_2 = 18816, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001168; + +-- Item Dwarven Hand Cannon Entry: 2099 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 575, + dmg_max1 = 1106, + dmg_min2 = 575, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29625, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002099; + +-- Item Helm of Narv Entry: 2245 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002245; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2245 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 6, + stat_value2 = 160, + stat_type3 = 7, + stat_value3 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20002245; + +-- Item Myrmidon's Signet Entry: 2246 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002246; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2246 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 196, + stat_type3 = 3, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002246; + +-- Item Lord Alexander's Battle Axe Entry: 13003 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013003; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13003 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 703, + dmg_max1 = 1472, + dmg_min2 = 703, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 212, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 3, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013003; + +-- Item Elder Wizard's Mantle Entry: 13013 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013013; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13013 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 261, + stat_type2 = 45, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013013; + +-- Item Assassination Blade Entry: 13036 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013036; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13036 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 556, + dmg_max1 = 993, + dmg_min2 = 556, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 32, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013036; + +-- Item Heartseeking Crossbow Entry: 13040 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013040; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13040 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 661, + dmg_max1 = 1220, + dmg_min2 = 661, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29626, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013040; + +-- Item Demonslayer Entry: 13044 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013044; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13044 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 776, + dmg_max1 = 1468, + dmg_min2 = 776, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18212, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013044; + +-- Item Frenzied Striker Entry: 13056 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013056; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13056 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 701, + dmg_max1 = 1288, + dmg_min2 = 701, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 14, + stat_value1 = 270, + stat_type2 = 31, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013056; + +-- Item Girdle of Uther Entry: 13077 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013077; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13077 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 87, + stat_type2 = 7, + stat_value2 = 92, + stat_type3 = 6, + stat_value3 = 92, + stat_type4 = 5, + stat_value4 = 87, + stat_type5 = 3, + stat_value5 = 87, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013077; + +-- Item Medallion of Grand Marshal Morris Entry: 13091 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 208, + stat_type2 = 12, + stat_value2 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013091; + +-- Item Serpentine Sash Entry: 13118 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013118; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13118 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 130, + stat_type2 = 3, + stat_value2 = 130, + stat_type3 = 4, + stat_value3 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013118; + +-- Item Windrunner Legguards Entry: 13130 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013130; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13130 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013130; + +-- Item The Shadowfoot Stabber Entry: 24222 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 341, + dmg_max1 = 627, + dmg_min2 = 341, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 38, + stat_value2 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024222; + +-- Item Orb of Deception Entry: 1973 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001973; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1973 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 16739, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001973; + +-- Item Lapidis Tankard of Tidesippe Entry: 4696 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 0, + stat_type2 = 6, + stat_value2 = 282, + stat_type3 = 5, + stat_value3 = 142, + stat_type4 = 43, + stat_value4 = 71, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004696; + +-- Item Lady Alizabeth's Pendant Entry: 13002 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013002; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13002 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 315, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013002; + +-- Item Torch of Austen Entry: 13004 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013004; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13004 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 281, + dmg_max1 = 572, + dmg_min2 = 281, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013004; + +-- Item Mageflame Cloak Entry: 13007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013007; + +-- Item Twig of the World Tree Entry: 13047 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013047; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13047 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 787, + dmg_max1 = 1626, + dmg_min2 = 787, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 6, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 254, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013047; + +-- Item Sapphiron's Scale Boots Entry: 13070 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013070; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13070 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 158, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 3, + stat_value3 = 121, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013070; + +-- Item Wolfrunner Shoes Entry: 13101 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013101; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13101 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 133, + stat_type2 = 6, + stat_value2 = 133, + stat_type3 = 5, + stat_value3 = 133, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013101; + +-- Item Lordly Armguards Entry: 13135 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013135; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13135 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 67, + stat_type2 = 4, + stat_value2 = 67, + stat_type3 = 6, + stat_value3 = 73, + stat_type4 = 7, + stat_value4 = 73, + stat_type5 = 5, + stat_value5 = 67, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013135; + +-- Item Shell Launcher Shotgun Entry: 13146 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013146; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13146 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 435, + dmg_max1 = 884, + dmg_min2 = 435, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29635, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013146; + +-- Item Ribsplitter Entry: 12527 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012527; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12527 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 548, + dmg_max1 = 927, + dmg_min2 = 548, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012527; + +-- Item The Judge's Gavel Entry: 12528 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012528; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12528 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 828, + dmg_max1 = 1529, + dmg_min2 = 828, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 56, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012528; + +-- Item Searing Needle Entry: 12531 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16454 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1079, EffectBasePoints_2 = 164 + WHERE ID = 30016454; + DELETE FROM acore_world.item_template WHERE entry = 20012531; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12531 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 311, + dmg_max1 = 632, + dmg_min2 = 311, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016454, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012531; + +-- Item Spire of the Stoneshaper Entry: 12532 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012532; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12532 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 805, + dmg_max1 = 1540, + dmg_min2 = 805, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 282, + stat_type2 = 5, + stat_value2 = 257, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 16470, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012532; + +-- Item Doomforged Straightedge Entry: 12535 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012535; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12535 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 360, + dmg_max1 = 694, + dmg_min2 = 360, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 130, + stat_type2 = 38, + stat_value2 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012535; + +-- Item Funeral Pyre Vestment Entry: 12542 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012542; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12542 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 212, + stat_type2 = 6, + stat_value2 = 212, + stat_type3 = 7, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20012542; + +-- Item Aristocratic Cuffs Entry: 12546 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012546; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12546 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 86, + stat_type2 = 5, + stat_value2 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20012546; + +-- Item Mar Alom's Grip Entry: 12547 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012547; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12547 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 121, + stat_type2 = 5, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 90, + stat_type4 = 45, + stat_value4 = 102, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20012547; + +-- Item Braincage Entry: 12549 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012549; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12549 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 214, + stat_type2 = 45, + stat_value2 = 198, + stat_type3 = 7, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 70313, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20012549; + +-- Item Runed Golem Shackles Entry: 12550 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012550; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12550 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 144, + stat_type2 = 12, + stat_value2 = 33, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20012550; + +-- Item Stoneshield Cloak Entry: 12551 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012551; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12551 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20012551; + +-- Item Blisterbane Wrap Entry: 12552 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012552; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12552 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 204, + stat_type2 = 7, + stat_value2 = 81, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20012552; + +-- Item Battlechaser's Greaves Entry: 12555 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20012555; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12555 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 156, + stat_type2 = 4, + stat_value2 = 163, + stat_type3 = 7, + stat_value3 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20012555; + +-- Item Khorium Band of Leaves Entry: 24085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 149, + stat_type2 = 43, + stat_value2 = 115, + stat_type3 = 7, + stat_value3 = 251, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024085; + +-- Item Arcane Khorium Band Entry: 24086 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024086; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24086 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024086; + +-- Item Heavy Felsteel Ring Entry: 24087 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 244, + stat_type2 = 7, + stat_value2 = 223, + stat_type3 = 35, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024087; + +-- Item Khorium Inferno Band Entry: 24082 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 149, + stat_type2 = 43, + stat_value2 = 115, + stat_type3 = 7, + stat_value3 = 251, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024082; + +-- Item Delicate Eternium Ring Entry: 24088 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 254, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 13, + stat_value3 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024088; + +-- Item Wraith Scythe Entry: 11920 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16414 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 733, EffectBasePoints_2 = 0 + WHERE ID = 30016414; + DELETE FROM acore_world.item_template WHERE entry = 20011920; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11920 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 416, + dmg_max1 = 821, + dmg_min2 = 416, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016414, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011920; + +-- Item Impervious Giant Entry: 11921 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011921; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11921 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 621, + dmg_max1 = 1288, + dmg_min2 = 621, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 101, + stat_type2 = 32, + stat_value2 = 340, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 30 + WHERE entry = 20011921; + +-- Item Blood-etched Blade Entry: 11922 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011922; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11922 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 255, + dmg_max1 = 527, + dmg_min2 = 255, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 158, + stat_type2 = 7, + stat_value2 = 355, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011922; + +-- Item The Hammer of Grace Entry: 11923 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011923; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11923 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 548, + dmg_max1 = 1030, + dmg_min2 = 548, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011923; + +-- Item Ghostshroud Entry: 11925 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011925; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11925 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 190, + stat_type2 = 7, + stat_value2 = 184, + stat_type3 = 4, + stat_value3 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20011925; + +-- Item Deathdealer Breastplate Entry: 11926 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011926; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11926 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 149, + stat_type2 = 4, + stat_value2 = 149, + stat_type3 = 32, + stat_value3 = 312, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20011926; + +-- Item Legplates of the Eternal Guardian Entry: 11927 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011927; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11927 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 133, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18196, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20011927; + +-- Item Haunting Specter Leggings Entry: 11929 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011929; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11929 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 288, + stat_type2 = 5, + stat_value2 = 175, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20011929; + +-- Item Crystalblade of the Draenei Entry: 31234 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 266, + dmg_max1 = 554, + dmg_min2 = 266, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 12, + stat_value2 = 38, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 195 + WHERE entry = 20031234; + +-- Item Elekk Hide Leggings Entry: 31237 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031237; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31237 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 5, + stat_value3 = 131, + stat_type4 = 32, + stat_value4 = 131, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031237; + +-- Item Scales of the Beast Entry: 31240 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 168, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 5, + stat_value3 = 143, + stat_type4 = 38, + stat_value4 = 168, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031240; + +-- Item Cloak of the Craft Entry: 31255 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 31, + stat_value2 = 57, + stat_type3 = 38, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031255; + +-- Item Band of Sorrow Entry: 31258 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 228, + stat_type2 = 6, + stat_value2 = 242, + stat_type3 = 45, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031258; + +-- Item Crown of Endless Knowledge Entry: 31272 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031272; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31272 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 140, + stat_type2 = 5, + stat_value2 = 165, + stat_type3 = 6, + stat_value3 = 143, + stat_type4 = 45, + stat_value4 = 122, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031272; + +-- Item Necklace of Trophies Entry: 31275 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 242, + stat_type2 = 3, + stat_value2 = 192, + stat_type3 = 31, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031275; + +-- Item Boots of Zealotry Entry: 31276 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 121, + stat_type2 = 43, + stat_value2 = 66, + stat_type3 = 4, + stat_value3 = 124, + stat_type4 = 5, + stat_value4 = 107, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031276; + +-- Item Pathfinder's Band Entry: 31277 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 294, + stat_type2 = 38, + stat_value2 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031277; + +-- Item Thundercaller's Gauntlets Entry: 31280 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 108, + stat_type2 = 32, + stat_value2 = 113, + stat_type3 = 45, + stat_value3 = 113, + stat_type4 = 7, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031280; + +-- Item Mask of Veiled Death Entry: 31281 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031281; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31281 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 171, + stat_type2 = 31, + stat_value2 = 71, + stat_type3 = 38, + stat_value3 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031281; + +-- Item Shroud of Spiritual Purity Entry: 31282 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031282; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31282 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 168, + stat_type2 = 5, + stat_value2 = 225, + stat_type3 = 6, + stat_value3 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031282; + +-- Item Sash of Sealed Fate Entry: 31283 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031283; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31283 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 132, + stat_type2 = 45, + stat_value2 = 115, + stat_type3 = 5, + stat_value3 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031283; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 141, + stat_type2 = 3, + stat_value2 = 132, + stat_type3 = 7, + stat_value3 = 113, + stat_type4 = 5, + stat_value4 = 94, + stat_type5 = 6, + stat_value5 = 90, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 7, + stat_value2 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 221, + stat_type2 = 3, + stat_value2 = 214, + stat_type3 = 7, + stat_value3 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 31, + stat_value3 = 83, + stat_type4 = 38, + stat_value4 = 163, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 118, + stat_type2 = 32, + stat_value2 = 139, + stat_type3 = 45, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 116, + stat_type3 = 31, + stat_value3 = 57, + stat_type4 = 38, + stat_value4 = 132, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 751, + dmg_max1 = 1468, + dmg_min2 = 751, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 238, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 880, + dmg_max1 = 1597, + dmg_min2 = 880, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 242, + stat_type2 = 32, + stat_value2 = 168, + stat_type3 = 38, + stat_value3 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 137, + stat_type2 = 45, + stat_value2 = 84, + stat_type3 = 43, + stat_value3 = 62, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 125, + stat_type2 = 5, + stat_value2 = 95, + stat_type3 = 43, + stat_value3 = 48, + stat_type4 = 38, + stat_value4 = 77, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 135, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 43, + stat_value3 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 196, + stat_type2 = 32, + stat_value2 = 196, + stat_type3 = 38, + stat_value3 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 124, + stat_type2 = 45, + stat_value2 = 203, + stat_type3 = 5, + stat_value3 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 869, + dmg_max1 = 1510, + dmg_min2 = 869, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 159, + stat_type2 = 31, + stat_value2 = 90, + stat_type3 = 4, + stat_value3 = 196, + stat_type4 = 5, + stat_value4 = 184, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Skullsmoke Pants Entry: 14577 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014577; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14577 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 276, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014577; + +-- Item Dark Advisor's Pendant Entry: 18691 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018691; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18691 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 256, + stat_type2 = 7, + stat_value2 = 256, + stat_type3 = 5, + stat_value3 = 234, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018691; + +-- Item Ebon Hilt of Marduk Entry: 14576 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18656 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 957, EffectBasePoints_2 = 0 + WHERE ID = 30018656; + DELETE FROM acore_world.item_template WHERE entry = 20014576; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14576 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 579, + dmg_max1 = 1110, + dmg_min2 = 579, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018656, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014576; + +-- Item Death Knight Sabatons Entry: 18692 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018692; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18692 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 148, + stat_type2 = 5, + stat_value2 = 148, + stat_type3 = 6, + stat_value3 = 131, + stat_type4 = 4, + stat_value4 = 148, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018692; + +-- Item Barovian Family Sword Entry: 14541 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18652 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 389, EffectBasePoints_2 = 0 + WHERE ID = 30018652; + DELETE FROM acore_world.item_template WHERE entry = 20014541; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14541 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 571, + dmg_max1 = 1000, + dmg_min2 = 571, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018652, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014541; + +-- Item Ghostloom Leggings Entry: 14545 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014545; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14545 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 45, + stat_value2 = 235, + stat_type3 = 7, + stat_value3 = 126, + stat_type4 = 43, + stat_value4 = 95, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014545; + +-- Item Royal Cap Spaulders Entry: 14548 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014548; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14548 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 135, + stat_type2 = 6, + stat_value2 = 192, + stat_type3 = 5, + stat_value3 = 154, + stat_type4 = 7, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014548; + +-- Item Dreadmist Mantle Entry: 16701 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016701; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16701 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 205, + stat_type2 = 7, + stat_value2 = 199, + stat_type3 = 6, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016701; + +-- Item Phantasmal Cloak Entry: 18689 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018689; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18689 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 173, + stat_type2 = 4, + stat_value2 = 181, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018689; + +-- Item Wraithplate Leggings Entry: 18690 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018690; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18690 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 14, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 276, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018690; + +-- Item Staff of Metanoia Entry: 22394 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022394; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22394 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 492, + dmg_max1 = 1079, + dmg_min2 = 492, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 179, + stat_type2 = 5, + stat_value2 = 225, + stat_type3 = 7, + stat_value3 = 225, + stat_type4 = 6, + stat_value4 = 210, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022394; + +-- Item Alanna's Embrace Entry: 13314 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013314; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13314 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 230, + stat_type2 = 6, + stat_value2 = 230, + stat_type3 = 7, + stat_value3 = 230, + stat_type4 = 45, + stat_value4 = 150, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013314; + +-- Item Freezing Lich Robes Entry: 14340 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 297, + stat_type2 = 45, + stat_value2 = 334, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014340; + +-- Item Frostbite Girdle Entry: 14502 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014502; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14502 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 85, + stat_type2 = 3, + stat_value2 = 163, + stat_type3 = 7, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014502; + +-- Item Death's Clutch Entry: 14503 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014503; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14503 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 3, + stat_value3 = 139, + stat_type4 = 5, + stat_value4 = 139, + stat_type5 = 6, + stat_value5 = 139, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014503; + +-- Item Maelstrom Leggings Entry: 14522 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014522; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14522 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 157, + stat_type2 = 7, + stat_value2 = 232, + stat_type3 = 5, + stat_value3 = 232, + stat_type4 = 45, + stat_value4 = 88, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014522; + +-- Item Boneclenched Gauntlets Entry: 14525 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014525; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14525 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 163, + stat_type2 = 4, + stat_value2 = 168, + stat_type3 = 12, + stat_value3 = 51, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014525; + +-- Item Magister's Mantle Entry: 16689 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016689; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16689 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 276, + stat_type2 = 6, + stat_value2 = 130, + stat_type3 = 7, + stat_value3 = 130, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016689; + +-- Item Shivery Handwraps Entry: 18693 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018693; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18693 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 6, + stat_value3 = 126, + stat_type4 = 45, + stat_value4 = 109, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018693; + +-- Item Shadowy Mail Greaves Entry: 18694 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018694; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18694 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018694; + +-- Item Spellbound Tome Entry: 18695 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018695; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18695 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 113, + stat_type3 = 6, + stat_value3 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018695; + +-- Item Intricately Runed Shield Entry: 18696 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 265, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 23181, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20018696; + +-- Item Wildheart Belt Entry: 16716 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 171, + stat_type2 = 6, + stat_value2 = 127, + stat_type3 = 7, + stat_value3 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016716; + +-- Item Bloodmail Hauberk Entry: 14611 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 4, + stat_value3 = 162, + stat_type4 = 6, + stat_value4 = 162, + stat_type5 = 13, + stat_value5 = 116, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014611; + +-- Item Bloodmail Legguards Entry: 14612 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 189, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 4, + stat_value3 = 189, + stat_type4 = 3, + stat_value4 = 166, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014612; + +-- Item Bloodmail Belt Entry: 14614 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 3, + stat_value3 = 124, + stat_type4 = 4, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014614; + +-- Item Bloodmail Gauntlets Entry: 14615 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014615; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14615 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 126, + stat_type2 = 5, + stat_value2 = 126, + stat_type3 = 4, + stat_value3 = 119, + stat_type4 = 32, + stat_value4 = 155, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014615; + +-- Item Bloodmail Boots Entry: 14616 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 124, + stat_type2 = 3, + stat_value2 = 124, + stat_type3 = 31, + stat_value3 = 72, + stat_type4 = 7, + stat_value4 = 131, + stat_type5 = 5, + stat_value5 = 131, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014616; + +-- Item Deathbone Girdle Entry: 14620 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014620; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14620 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 147, + stat_type2 = 12, + stat_value2 = 53, + stat_type3 = 43, + stat_value3 = 67, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014620; + +-- Item Deathbone Sabatons Entry: 14621 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014621; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14621 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 43, + stat_value2 = 102, + stat_type3 = 12, + stat_value3 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014621; + +-- Item Deathbone Gauntlets Entry: 14622 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 12, + stat_value2 = 62, + stat_type3 = 43, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014622; + +-- Item Deathbone Legguards Entry: 14623 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 43, + stat_value2 = 97, + stat_type3 = 12, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014623; + +-- Item Deathbone Chestplate Entry: 14624 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 12, + stat_value2 = 116, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014624; + +-- Item Necropile Robe Entry: 14626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 293, + stat_type2 = 6, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 206, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014626; + +-- Item Necropile Cuffs Entry: 14629 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 6, + stat_value2 = 88, + stat_type3 = 5, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014629; + +-- Item Necropile Boots Entry: 14631 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 138, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014631; + +-- Item Necropile Leggings Entry: 14632 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 224, + stat_type2 = 6, + stat_value2 = 180, + stat_type3 = 7, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014632; + +-- Item Necropile Mantle Entry: 14633 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 226, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 6, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014633; + +-- Item Cadaverous Belt Entry: 14636 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014636; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14636 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 151, + stat_type2 = 38, + stat_value2 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014636; + +-- Item Cadaverous Armor Entry: 14637 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014637; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14637 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 368, + stat_type2 = 4, + stat_value2 = 168, + stat_type3 = 3, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014637; + +-- Item Cadaverous Leggings Entry: 14638 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014638; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14638 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 38, + stat_value2 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014638; + +-- Item Cadaverous Gloves Entry: 14640 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 242, + stat_type2 = 7, + stat_value2 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014640; + +-- Item Cadaverous Walkers Entry: 14641 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 249, + stat_type2 = 38, + stat_value2 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014641; + +-- Item Ancient Bone Bow Entry: 18680 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 574, + dmg_max1 = 1222, + dmg_min2 = 574, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018680; + +-- Item Burial Shawl Entry: 18681 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 268, + stat_type2 = 45, + stat_value2 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018681; + +-- Item Ghoul Skin Leggings Entry: 18682 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 147, + stat_type2 = 45, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 249, + stat_type4 = 5, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018682; + +-- Item Hammer of the Vesper Entry: 18683 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 529, + dmg_max1 = 1005, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 4, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018683; + +-- Item Dimly Opalescent Ring Entry: 18684 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018684; + +-- Item Bloodmail Hauberk Entry: 14611 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 4, + stat_value3 = 162, + stat_type4 = 6, + stat_value4 = 162, + stat_type5 = 13, + stat_value5 = 116, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014611; + +-- Item Bloodmail Legguards Entry: 14612 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 189, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 4, + stat_value3 = 189, + stat_type4 = 3, + stat_value4 = 166, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014612; + +-- Item Bloodmail Belt Entry: 14614 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 3, + stat_value3 = 124, + stat_type4 = 4, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014614; + +-- Item Bloodmail Gauntlets Entry: 14615 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014615; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14615 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 126, + stat_type2 = 4, + stat_value2 = 119, + stat_type3 = 32, + stat_value3 = 155, + stat_type4 = 7, + stat_value4 = 126, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014615; + +-- Item Bloodmail Boots Entry: 14616 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 5, + stat_value2 = 131, + stat_type3 = 4, + stat_value3 = 124, + stat_type4 = 3, + stat_value4 = 124, + stat_type5 = 31, + stat_value5 = 72, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014616; + +-- Item Deathbone Girdle Entry: 14620 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014620; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14620 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 67, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 12, + stat_value3 = 53, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014620; + +-- Item Deathbone Sabatons Entry: 14621 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014621; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14621 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 43, + stat_value2 = 102, + stat_type3 = 12, + stat_value3 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014621; + +-- Item Deathbone Gauntlets Entry: 14622 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 12, + stat_value2 = 62, + stat_type3 = 43, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014622; + +-- Item Deathbone Legguards Entry: 14623 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 43, + stat_value2 = 97, + stat_type3 = 12, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014623; + +-- Item Deathbone Chestplate Entry: 14624 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 12, + stat_value2 = 116, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014624; + +-- Item Necropile Robe Entry: 14626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 293, + stat_type2 = 6, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 206, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014626; + +-- Item Necropile Cuffs Entry: 14629 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 6, + stat_value2 = 88, + stat_type3 = 5, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014629; + +-- Item Necropile Boots Entry: 14631 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 138, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014631; + +-- Item Necropile Leggings Entry: 14632 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 224, + stat_type2 = 6, + stat_value2 = 180, + stat_type3 = 7, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014632; + +-- Item Necropile Mantle Entry: 14633 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 226, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 6, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014633; + +-- Item Cadaverous Belt Entry: 14636 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014636; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14636 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 203, + stat_type2 = 7, + stat_value2 = 151, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014636; + +-- Item Cadaverous Armor Entry: 14637 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014637; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14637 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 368, + stat_type2 = 4, + stat_value2 = 168, + stat_type3 = 3, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014637; + +-- Item Cadaverous Leggings Entry: 14638 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014638; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14638 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 38, + stat_value2 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014638; + +-- Item Cadaverous Gloves Entry: 14640 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 144, + stat_type2 = 38, + stat_value2 = 242, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014640; + +-- Item Cadaverous Walkers Entry: 14641 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 249, + stat_type2 = 38, + stat_value2 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014641; + +-- Item Ancient Bone Bow Entry: 18680 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 601, + dmg_max1 = 1222, + dmg_min2 = 601, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018680; + +-- Item Burial Shawl Entry: 18681 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 268, + stat_type2 = 45, + stat_value2 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018681; + +-- Item Ghoul Skin Leggings Entry: 18682 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 249, + stat_type3 = 5, + stat_value3 = 147, + stat_type4 = 6, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018682; + +-- Item Hammer of the Vesper Entry: 18683 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 567, + dmg_max1 = 990, + dmg_min2 = 567, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 111, + stat_type2 = 7, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018683; + +-- Item Dimly Opalescent Ring Entry: 18684 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018684; + +-- Item Lightforge Bracers Entry: 16722 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 99, + stat_type2 = 4, + stat_value2 = 90, + stat_type3 = 3, + stat_value3 = 66, + stat_type4 = 7, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016722; + +-- Item Bloodmail Hauberk Entry: 14611 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 162, + stat_type2 = 13, + stat_value2 = 116, + stat_type3 = 7, + stat_value3 = 206, + stat_type4 = 5, + stat_value4 = 206, + stat_type5 = 4, + stat_value5 = 162, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014611; + +-- Item Bloodmail Legguards Entry: 14612 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 189, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 4, + stat_value3 = 189, + stat_type4 = 3, + stat_value4 = 166, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014612; + +-- Item Bloodmail Belt Entry: 14614 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 124, + stat_type2 = 4, + stat_value2 = 124, + stat_type3 = 7, + stat_value3 = 119, + stat_type4 = 5, + stat_value4 = 104, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014614; + +-- Item Bloodmail Gauntlets Entry: 14615 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014615; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14615 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 119, + stat_type2 = 32, + stat_value2 = 155, + stat_type3 = 7, + stat_value3 = 126, + stat_type4 = 5, + stat_value4 = 126, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014615; + +-- Item Bloodmail Boots Entry: 14616 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 5, + stat_value2 = 131, + stat_type3 = 4, + stat_value3 = 124, + stat_type4 = 3, + stat_value4 = 124, + stat_type5 = 31, + stat_value5 = 72, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014616; + +-- Item Deathbone Girdle Entry: 14620 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014620; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14620 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 67, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 12, + stat_value3 = 53, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014620; + +-- Item Deathbone Sabatons Entry: 14621 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014621; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14621 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 43, + stat_value2 = 102, + stat_type3 = 12, + stat_value3 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014621; + +-- Item Deathbone Gauntlets Entry: 14622 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 12, + stat_value2 = 62, + stat_type3 = 43, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014622; + +-- Item Deathbone Legguards Entry: 14623 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 43, + stat_value2 = 97, + stat_type3 = 12, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014623; + +-- Item Deathbone Chestplate Entry: 14624 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 12, + stat_value2 = 116, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014624; + +-- Item Necropile Robe Entry: 14626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 293, + stat_type2 = 6, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 206, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014626; + +-- Item Necropile Cuffs Entry: 14629 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 6, + stat_value2 = 88, + stat_type3 = 5, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014629; + +-- Item Necropile Boots Entry: 14631 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 138, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014631; + +-- Item Necropile Leggings Entry: 14632 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 5, + stat_value2 = 224, + stat_type3 = 6, + stat_value3 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014632; + +-- Item Necropile Mantle Entry: 14633 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 226, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 6, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014633; + +-- Item Cadaverous Belt Entry: 14636 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014636; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14636 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 151, + stat_type2 = 38, + stat_value2 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014636; + +-- Item Cadaverous Armor Entry: 14637 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014637; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14637 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 168, + stat_type2 = 3, + stat_value2 = 168, + stat_type3 = 38, + stat_value3 = 368, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014637; + +-- Item Cadaverous Leggings Entry: 14638 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014638; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14638 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 38, + stat_value2 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014638; + +-- Item Cadaverous Gloves Entry: 14640 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 144, + stat_type2 = 38, + stat_value2 = 242, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014640; + +-- Item Cadaverous Walkers Entry: 14641 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 249, + stat_type2 = 38, + stat_value2 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014641; + +-- Item Ancient Bone Bow Entry: 18680 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 620, + dmg_max1 = 1231, + dmg_min2 = 620, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018680; + +-- Item Burial Shawl Entry: 18681 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 268, + stat_type2 = 45, + stat_value2 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018681; + +-- Item Ghoul Skin Leggings Entry: 18682 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 6, + stat_value2 = 147, + stat_type3 = 45, + stat_value3 = 184, + stat_type4 = 7, + stat_value4 = 249, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018682; + +-- Item Hammer of the Vesper Entry: 18683 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 529, + dmg_max1 = 945, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 4, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018683; + +-- Item Dimly Opalescent Ring Entry: 18684 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018684; + +-- Item Shadowcraft Bracers Entry: 16710 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016710; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16710 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 165, + stat_type2 = 7, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016710; + +-- Item Bloodmail Hauberk Entry: 14611 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 162, + stat_type2 = 13, + stat_value2 = 116, + stat_type3 = 7, + stat_value3 = 206, + stat_type4 = 5, + stat_value4 = 206, + stat_type5 = 4, + stat_value5 = 162, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014611; + +-- Item Bloodmail Legguards Entry: 14612 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 189, + stat_type2 = 3, + stat_value2 = 166, + stat_type3 = 5, + stat_value3 = 189, + stat_type4 = 7, + stat_value4 = 197, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014612; + +-- Item Bloodmail Belt Entry: 14614 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 3, + stat_value3 = 124, + stat_type4 = 4, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014614; + +-- Item Bloodmail Gauntlets Entry: 14615 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014615; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14615 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 126, + stat_type3 = 5, + stat_value3 = 126, + stat_type4 = 4, + stat_value4 = 119, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014615; + +-- Item Bloodmail Boots Entry: 14616 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 124, + stat_type2 = 31, + stat_value2 = 72, + stat_type3 = 7, + stat_value3 = 131, + stat_type4 = 5, + stat_value4 = 131, + stat_type5 = 4, + stat_value5 = 124, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014616; + +-- Item Deathbone Girdle Entry: 14620 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014620; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14620 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 67, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 12, + stat_value3 = 53, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014620; + +-- Item Deathbone Sabatons Entry: 14621 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014621; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14621 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 12, + stat_value1 = 65, + stat_type2 = 7, + stat_value2 = 127, + stat_type3 = 43, + stat_value3 = 102, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014621; + +-- Item Deathbone Gauntlets Entry: 14622 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 12, + stat_value2 = 62, + stat_type3 = 43, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014622; + +-- Item Deathbone Legguards Entry: 14623 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 97, + stat_type2 = 12, + stat_value2 = 86, + stat_type3 = 7, + stat_value3 = 228, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014623; + +-- Item Deathbone Chestplate Entry: 14624 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 12, + stat_value2 = 116, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014624; + +-- Item Necropile Robe Entry: 14626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 206, + stat_type2 = 45, + stat_value2 = 108, + stat_type3 = 7, + stat_value3 = 293, + stat_type4 = 6, + stat_value4 = 206, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014626; + +-- Item Necropile Cuffs Entry: 14629 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 6, + stat_value2 = 88, + stat_type3 = 5, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014629; + +-- Item Necropile Boots Entry: 14631 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 138, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014631; + +-- Item Necropile Leggings Entry: 14632 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 5, + stat_value2 = 224, + stat_type3 = 6, + stat_value3 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014632; + +-- Item Necropile Mantle Entry: 14633 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 226, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 6, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014633; + +-- Item Cadaverous Belt Entry: 14636 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014636; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14636 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 151, + stat_type2 = 38, + stat_value2 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014636; + +-- Item Cadaverous Armor Entry: 14637 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014637; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14637 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 168, + stat_type2 = 38, + stat_value2 = 368, + stat_type3 = 4, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014637; + +-- Item Cadaverous Leggings Entry: 14638 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014638; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14638 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 38, + stat_value2 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014638; + +-- Item Cadaverous Gloves Entry: 14640 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 144, + stat_type2 = 38, + stat_value2 = 242, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014640; + +-- Item Cadaverous Walkers Entry: 14641 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 249, + stat_type2 = 38, + stat_value2 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014641; + +-- Item Ancient Bone Bow Entry: 18680 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 620, + dmg_max1 = 1185, + dmg_min2 = 620, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018680; + +-- Item Burial Shawl Entry: 18681 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 268, + stat_type2 = 45, + stat_value2 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018681; + +-- Item Ghoul Skin Leggings Entry: 18682 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 6, + stat_value2 = 147, + stat_type3 = 45, + stat_value3 = 184, + stat_type4 = 7, + stat_value4 = 249, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018682; + +-- Item Hammer of the Vesper Entry: 18683 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 529, + dmg_max1 = 1013, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 4, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018683; + +-- Item Dimly Opalescent Ring Entry: 18684 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018684; + +-- Item Rattlecage Buckler Entry: 14528 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014528; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14528 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 6, + stat_value2 = 124, + stat_type3 = 5, + stat_value3 = 169, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20014528; + +-- Item Frightskull Shaft Entry: 14531 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18633 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 97, EffectBasePoints_2 = -51 + WHERE ID = 30018633; + DELETE FROM acore_world.item_template WHERE entry = 20014531; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14531 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 783, + dmg_max1 = 1696, + dmg_min2 = 783, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018633, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014531; + +-- Item Corpselight Greaves Entry: 14537 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014537; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14537 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 326, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014537; + +-- Item Deadwalker Mantle Entry: 14538 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014538; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14538 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 253, + stat_type2 = 5, + stat_value2 = 162, + stat_type3 = 45, + stat_value3 = 130, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014538; + +-- Item Bone Ring Helm Entry: 14539 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014539; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14539 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 232, + stat_type2 = 31, + stat_value2 = 48, + stat_type3 = 32, + stat_value3 = 88, + stat_type4 = 3, + stat_value4 = 82, + stat_type5 = 38, + stat_value5 = 205, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014539; + +-- Item Shadowcraft Boots Entry: 16711 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016711; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16711 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 264, + stat_type2 = 7, + stat_value2 = 161, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016711; + +-- Item Bone Golem Shoulders Entry: 18686 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018686; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18686 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 154, + stat_type2 = 3, + stat_value2 = 240, + stat_type3 = 5, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018686; + +-- Item Magister's Gloves Entry: 16684 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 168, + stat_type2 = 5, + stat_value2 = 168, + stat_type3 = 7, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016684; + +-- Item Bloodmail Hauberk Entry: 14611 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 13, + stat_value1 = 116, + stat_type2 = 7, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 206, + stat_type4 = 4, + stat_value4 = 162, + stat_type5 = 6, + stat_value5 = 162, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014611; + +-- Item Bloodmail Legguards Entry: 14612 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 189, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 4, + stat_value3 = 189, + stat_type4 = 3, + stat_value4 = 166, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014612; + +-- Item Bloodmail Belt Entry: 14614 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 3, + stat_value3 = 124, + stat_type4 = 4, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014614; + +-- Item Bloodmail Gauntlets Entry: 14615 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014615; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14615 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 126, + stat_type2 = 5, + stat_value2 = 126, + stat_type3 = 4, + stat_value3 = 119, + stat_type4 = 32, + stat_value4 = 155, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014615; + +-- Item Bloodmail Boots Entry: 14616 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 5, + stat_value2 = 131, + stat_type3 = 4, + stat_value3 = 124, + stat_type4 = 3, + stat_value4 = 124, + stat_type5 = 31, + stat_value5 = 72, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014616; + +-- Item Deathbone Girdle Entry: 14620 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014620; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14620 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 12, + stat_value1 = 53, + stat_type2 = 43, + stat_value2 = 67, + stat_type3 = 7, + stat_value3 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014620; + +-- Item Deathbone Sabatons Entry: 14621 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014621; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14621 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 43, + stat_value2 = 102, + stat_type3 = 12, + stat_value3 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014621; + +-- Item Deathbone Gauntlets Entry: 14622 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 12, + stat_value2 = 62, + stat_type3 = 43, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014622; + +-- Item Deathbone Legguards Entry: 14623 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 43, + stat_value2 = 97, + stat_type3 = 12, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014623; + +-- Item Deathbone Chestplate Entry: 14624 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 12, + stat_value2 = 116, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014624; + +-- Item Necropile Robe Entry: 14626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 293, + stat_type2 = 6, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 206, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014626; + +-- Item Necropile Cuffs Entry: 14629 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 6, + stat_value2 = 88, + stat_type3 = 5, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014629; + +-- Item Necropile Boots Entry: 14631 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 138, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014631; + +-- Item Necropile Leggings Entry: 14632 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 246, + stat_type3 = 5, + stat_value3 = 224, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014632; + +-- Item Necropile Mantle Entry: 14633 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 226, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 6, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014633; + +-- Item Cadaverous Belt Entry: 14636 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014636; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14636 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 203, + stat_type2 = 7, + stat_value2 = 151, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014636; + +-- Item Cadaverous Armor Entry: 14637 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014637; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14637 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 168, + stat_type2 = 3, + stat_value2 = 168, + stat_type3 = 38, + stat_value3 = 368, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014637; + +-- Item Cadaverous Leggings Entry: 14638 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014638; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14638 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 38, + stat_value2 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014638; + +-- Item Cadaverous Gloves Entry: 14640 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 144, + stat_type2 = 38, + stat_value2 = 242, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014640; + +-- Item Cadaverous Walkers Entry: 14641 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 249, + stat_type2 = 38, + stat_value2 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014641; + +-- Item Ancient Bone Bow Entry: 18680 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 611, + dmg_max1 = 1185, + dmg_min2 = 611, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018680; + +-- Item Burial Shawl Entry: 18681 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 268, + stat_type2 = 45, + stat_value2 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018681; + +-- Item Ghoul Skin Leggings Entry: 18682 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 147, + stat_type2 = 45, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 249, + stat_type4 = 5, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018682; + +-- Item Hammer of the Vesper Entry: 18683 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 567, + dmg_max1 = 967, + dmg_min2 = 567, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 4, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018683; + +-- Item Dimly Opalescent Ring Entry: 18684 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018684; + +-- Item Dreadmist Wraps Entry: 16705 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016705; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16705 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 171, + stat_type2 = 5, + stat_value2 = 132, + stat_type3 = 7, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016705; + +-- Item Bloodmail Hauberk Entry: 14611 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 4, + stat_value3 = 162, + stat_type4 = 6, + stat_value4 = 162, + stat_type5 = 13, + stat_value5 = 116, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014611; + +-- Item Bloodmail Legguards Entry: 14612 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 189, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 4, + stat_value3 = 189, + stat_type4 = 3, + stat_value4 = 166, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014612; + +-- Item Bloodmail Belt Entry: 14614 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 119, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 3, + stat_value3 = 124, + stat_type4 = 4, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014614; + +-- Item Bloodmail Gauntlets Entry: 14615 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014615; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14615 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 126, + stat_type2 = 4, + stat_value2 = 119, + stat_type3 = 32, + stat_value3 = 155, + stat_type4 = 7, + stat_value4 = 126, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014615; + +-- Item Bloodmail Boots Entry: 14616 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 5, + stat_value2 = 131, + stat_type3 = 4, + stat_value3 = 124, + stat_type4 = 3, + stat_value4 = 124, + stat_type5 = 31, + stat_value5 = 72, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20014616; + +-- Item Deathbone Girdle Entry: 14620 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014620; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14620 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 147, + stat_type2 = 12, + stat_value2 = 53, + stat_type3 = 43, + stat_value3 = 67, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014620; + +-- Item Deathbone Sabatons Entry: 14621 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014621; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14621 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 43, + stat_value2 = 102, + stat_type3 = 12, + stat_value3 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014621; + +-- Item Deathbone Gauntlets Entry: 14622 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 12, + stat_value2 = 62, + stat_type3 = 43, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014622; + +-- Item Deathbone Legguards Entry: 14623 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014623; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14623 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 43, + stat_value2 = 97, + stat_type3 = 12, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014623; + +-- Item Deathbone Chestplate Entry: 14624 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 12, + stat_value2 = 116, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20014624; + +-- Item Necropile Robe Entry: 14626 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014626; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14626 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 293, + stat_type2 = 6, + stat_value2 = 206, + stat_type3 = 5, + stat_value3 = 206, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014626; + +-- Item Necropile Cuffs Entry: 14629 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014629; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14629 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 88, + stat_type2 = 5, + stat_value2 = 116, + stat_type3 = 7, + stat_value3 = 121, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014629; + +-- Item Necropile Boots Entry: 14631 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 138, + stat_type4 = 45, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014631; + +-- Item Necropile Leggings Entry: 14632 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 224, + stat_type2 = 6, + stat_value2 = 180, + stat_type3 = 7, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014632; + +-- Item Necropile Mantle Entry: 14633 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 154, + stat_type2 = 7, + stat_value2 = 226, + stat_type3 = 5, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20014633; + +-- Item Cadaverous Belt Entry: 14636 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014636; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14636 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 151, + stat_type2 = 38, + stat_value2 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014636; + +-- Item Cadaverous Armor Entry: 14637 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014637; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14637 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 168, + stat_type2 = 38, + stat_value2 = 368, + stat_type3 = 4, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014637; + +-- Item Cadaverous Leggings Entry: 14638 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014638; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14638 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 38, + stat_value2 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014638; + +-- Item Cadaverous Gloves Entry: 14640 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 144, + stat_type2 = 38, + stat_value2 = 242, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014640; + +-- Item Cadaverous Walkers Entry: 14641 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20014641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 249, + stat_type2 = 38, + stat_value2 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20014641; + +-- Item Ancient Bone Bow Entry: 18680 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 648, + dmg_max1 = 1194, + dmg_min2 = 648, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018680; + +-- Item Burial Shawl Entry: 18681 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 202, + stat_type2 = 5, + stat_value2 = 268, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018681; + +-- Item Ghoul Skin Leggings Entry: 18682 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 249, + stat_type2 = 5, + stat_value2 = 147, + stat_type3 = 6, + stat_value3 = 147, + stat_type4 = 45, + stat_value4 = 184, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018682; + +-- Item Hammer of the Vesper Entry: 18683 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 491, + dmg_max1 = 982, + dmg_min2 = 491, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 4, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018683; + +-- Item Dimly Opalescent Ring Entry: 18684 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018684; + +-- Item Boots of the Shrieker Entry: 13398 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013398; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13398 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 155, + stat_type2 = 6, + stat_value2 = 155, + stat_type3 = 7, + stat_value3 = 155, + stat_type4 = 45, + stat_value4 = 116, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013398; + +-- Item Headmaster's Charge Entry: 13937 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18264 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 125, EffectBasePoints_2 = 0 + WHERE ID = 30018264; + DELETE FROM acore_world.item_template WHERE entry = 20013937; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13937 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 800, + dmg_max1 = 1512, + dmg_min2 = 800, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 351, + stat_type2 = 6, + stat_value2 = 277, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018264, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013937; + +-- Item Bonecreeper Stylus Entry: 13938 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013938; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13938 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 389, + dmg_max1 = 848, + dmg_min2 = 389, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 89, + stat_type2 = 45, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013938; + +-- Item Tombstone Breastplate Entry: 13944 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013944; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13944 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 32, + stat_value2 = 344, + stat_type3 = 4, + stat_value3 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013944; + +-- Item Vigorsteel Vambraces Entry: 13951 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013951; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13951 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 169, + stat_type2 = 3, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013951; + +-- Item Silent Fang Entry: 13953 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013953; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13953 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 324, + dmg_max1 = 653, + dmg_min2 = 324, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18278, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013953; + +-- Item Witchblade Entry: 13964 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013964; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13964 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 295, + dmg_max1 = 628, + dmg_min2 = 295, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 326, + stat_type2 = 45, + stat_value2 = 304, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013964; + +-- Item Coif of Elements Entry: 16667 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016667; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16667 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 117, + stat_type2 = 5, + stat_value2 = 232, + stat_type3 = 7, + stat_value3 = 167, + stat_type4 = 6, + stat_value4 = 159, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016667; + +-- Item Beaststalker's Cap Entry: 16677 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016677; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16677 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 159, + stat_type2 = 7, + stat_value2 = 198, + stat_type3 = 5, + stat_value3 = 132, + stat_type4 = 6, + stat_value4 = 100, + stat_type5 = 38, + stat_value5 = 155, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016677; + +-- Item Magister's Crown Entry: 16686 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016686; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16686 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 6, + stat_value2 = 106, + stat_type3 = 7, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016686; + +-- Item Devout Crown Entry: 16693 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016693; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16693 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 244, + stat_type2 = 6, + stat_value2 = 187, + stat_type3 = 7, + stat_value3 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016693; + +-- Item Dreadmist Mask Entry: 16698 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016698; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16698 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 244, + stat_type2 = 7, + stat_value2 = 190, + stat_type3 = 6, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016698; + +-- Item Shadowcraft Cap Entry: 16707 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016707; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16707 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 146, + stat_type3 = 38, + stat_value3 = 271, + stat_type4 = 32, + stat_value4 = 67, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016707; + +-- Item Wildheart Cowl Entry: 16720 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 106, + stat_type2 = 5, + stat_value2 = 212, + stat_type3 = 6, + stat_value3 = 212, + stat_type4 = 7, + stat_value4 = 141, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016720; + +-- Item Lightforge Helm Entry: 16727 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016727; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16727 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 198, + stat_type2 = 4, + stat_value2 = 155, + stat_type3 = 5, + stat_value3 = 159, + stat_type4 = 6, + stat_value4 = 132, + stat_type5 = 3, + stat_value5 = 100, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016727; + +-- Item Helm of Valor Entry: 16731 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016731; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16731 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 232, + stat_type2 = 4, + stat_value2 = 179, + stat_type3 = 3, + stat_value3 = 132, + stat_type4 = 6, + stat_value4 = 127, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016731; + +-- Item Don Mauricio's Band of Domination Entry: 22433 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 45, + stat_value2 = 206, + stat_type3 = 32, + stat_value3 = 337, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022433; + +-- Item Earthborn Kilt Entry: 9402 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20009402; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9402 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20009402; + +-- Item Maiden's Circle Entry: 13001 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013001; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13001 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 240, + stat_type2 = 6, + stat_value2 = 188, + stat_type3 = 5, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013001; + +-- Item Serathil Entry: 13015 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013015; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13015 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 370, + dmg_max1 = 668, + dmg_min2 = 370, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20013015; + +-- Item Bludstone Hammer Entry: 13028 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013028; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13028 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 415, + dmg_max1 = 749, + dmg_min2 = 415, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013028; + +-- Item Doombringer Entry: 13053 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1928, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20013053; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13053 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 711, + dmg_max1 = 1336, + dmg_min2 = 711, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013053; + +-- Item The Needler Entry: 13060 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1150, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20013060; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13060 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 528, + dmg_max1 = 1034, + dmg_min2 = 528, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013060; + +-- Item Stonegrip Gauntlets Entry: 13072 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013072; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13072 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 12, + stat_value3 = 55, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013072; + +-- Item Band of the Hierophant Entry: 13096 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013096; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13096 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 223, + stat_type3 = 7, + stat_value3 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013096; + +-- Item Spaulders of the Unseen Entry: 13116 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013116; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13116 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 240, + stat_type2 = 5, + stat_value2 = 88, + stat_type3 = 7, + stat_value3 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013116; + +-- Item Drakesfire Epaulets Entry: 13133 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013133; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13133 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 100, + stat_type3 = 6, + stat_value3 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013133; + +-- Item Scarlet Kris Entry: 5267 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 300, + dmg_max1 = 523, + dmg_min2 = 300, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 114, + stat_type2 = 3, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005267; + +-- Item Sword of Zeal Entry: 6622 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 538, + dmg_max1 = 1061, + dmg_min2 = 538, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006622; + +-- Item Staff of Hale Magefire Entry: 13000 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013000; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13000 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 770, + dmg_max1 = 1529, + dmg_min2 = 770, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 260, + stat_type2 = 5, + stat_value2 = 279, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013000; + +-- Item Mass of McGowan Entry: 13006 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 576, + dmg_max1 = 961, + dmg_min2 = 576, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 114, + stat_type2 = 4, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013006; + +-- Item Eaglehorn Long Bow Entry: 13023 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013023; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13023 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 346, + dmg_max1 = 686, + dmg_min2 = 346, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 106, + stat_type2 = 7, + stat_value2 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013023; + +-- Item Direwing Legguards Entry: 13075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 154, + stat_type2 = 4, + stat_value2 = 154, + stat_type3 = 7, + stat_value3 = 161, + stat_type4 = 6, + stat_value4 = 161, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013075; + +-- Item Garrett Family Crest Entry: 13083 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013083; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13083 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 86, + stat_type2 = 5, + stat_value2 = 75, + stat_type3 = 6, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20013083; + +-- Item Magiskull Cuffs Entry: 13107 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013107; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13107 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 145, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013107; + +-- Item Feathermoon Headdress Entry: 13113 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013113; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13113 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 247, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013113; + +-- Item Dreamwalker Armor Entry: 13123 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013123; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13123 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 219, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 5, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013123; + +-- Item Idol of the Moon Entry: 23197 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023197; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23197 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28854, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023197; + +-- Item Totem of the Storm Entry: 23199 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28857, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023199; + +-- Item Libram of Fervor Entry: 23203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 60804, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023203; + +-- Item Lord Alexander's Battle Axe Entry: 13003 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013003; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13003 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 736, + dmg_max1 = 1472, + dmg_min2 = 736, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 212, + stat_type2 = 3, + stat_value2 = 219, + stat_type3 = 4, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013003; + +-- Item Elder Wizard's Mantle Entry: 13013 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013013; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13013 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 261, + stat_type2 = 45, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013013; + +-- Item Assassination Blade Entry: 13036 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013036; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13036 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 489, + dmg_max1 = 1023, + dmg_min2 = 489, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 32, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013036; + +-- Item Heartseeking Crossbow Entry: 13040 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013040; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13040 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 586, + dmg_max1 = 1294, + dmg_min2 = 586, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 66, + stat_type2 = 3, + stat_value2 = 105, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29626, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013040; + +-- Item Demonslayer Entry: 13044 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013044; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13044 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 787, + dmg_max1 = 1447, + dmg_min2 = 787, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18212, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013044; + +-- Item Frenzied Striker Entry: 13056 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013056; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13056 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 721, + dmg_max1 = 1249, + dmg_min2 = 721, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 14, + stat_value1 = 270, + stat_type2 = 31, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013056; + +-- Item Girdle of Uther Entry: 13077 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013077; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13077 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 92, + stat_type2 = 5, + stat_value2 = 87, + stat_type3 = 3, + stat_value3 = 87, + stat_type4 = 4, + stat_value4 = 87, + stat_type5 = 7, + stat_value5 = 92, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013077; + +-- Item Medallion of Grand Marshal Morris Entry: 13091 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 208, + stat_type2 = 12, + stat_value2 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013091; + +-- Item Serpentine Sash Entry: 13118 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013118; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13118 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 130, + stat_type2 = 3, + stat_value2 = 130, + stat_type3 = 4, + stat_value3 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013118; + +-- Item Windrunner Legguards Entry: 13130 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013130; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13130 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013130; + +-- Item The Shadowfoot Stabber Entry: 24222 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 306, + dmg_max1 = 672, + dmg_min2 = 306, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 38, + stat_value2 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024222; + +-- Item Orb of Deception Entry: 1973 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001973; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1973 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 16739, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001973; + +-- Item Lapidis Tankard of Tidesippe Entry: 4696 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 0, + stat_type2 = 6, + stat_value2 = 282, + stat_type3 = 5, + stat_value3 = 142, + stat_type4 = 43, + stat_value4 = 71, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004696; + +-- Item Lady Alizabeth's Pendant Entry: 13002 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013002; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13002 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 315, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013002; + +-- Item Torch of Austen Entry: 13004 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013004; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13004 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 273, + dmg_max1 = 584, + dmg_min2 = 273, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013004; + +-- Item Mageflame Cloak Entry: 13007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013007; + +-- Item Twig of the World Tree Entry: 13047 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013047; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13047 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 901, + dmg_max1 = 1600, + dmg_min2 = 901, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 6, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 254, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013047; + +-- Item Sapphiron's Scale Boots Entry: 13070 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013070; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13070 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 121, + stat_type2 = 4, + stat_value2 = 158, + stat_type3 = 7, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013070; + +-- Item Wolfrunner Shoes Entry: 13101 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013101; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13101 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 133, + stat_type2 = 6, + stat_value2 = 133, + stat_type3 = 5, + stat_value3 = 133, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013101; + +-- Item Lordly Armguards Entry: 13135 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013135; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13135 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 73, + stat_type2 = 7, + stat_value2 = 73, + stat_type3 = 5, + stat_value3 = 67, + stat_type4 = 3, + stat_value4 = 67, + stat_type5 = 4, + stat_value5 = 67, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013135; + +-- Item Shell Launcher Shotgun Entry: 13146 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013146; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13146 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 421, + dmg_max1 = 877, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29635, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013146; + +-- Item Destiny Entry: 647 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000647; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 647 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 589, + dmg_max1 = 1142, + dmg_min2 = 589, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17152, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000647; + +-- Item Axe of the Deep Woods Entry: 811 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18104 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1456, EffectBasePoints_2 = 0 + WHERE ID = 30018104; + DELETE FROM acore_world.item_template WHERE entry = 20000811; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 811 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 452, + dmg_max1 = 1001, + dmg_min2 = 452, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018104, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000811; + +-- Item Lifestone Entry: 833 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17712 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 4981, EffectBasePoints_2 = 0 + WHERE ID = 30017712; + DELETE FROM acore_world.item_template WHERE entry = 20000833; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 833 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 5707, + spellid_2 = 30017712, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000833; + +-- Item Krol Blade Entry: 2244 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002244; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2244 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 538, + dmg_max1 = 969, + dmg_min2 = 538, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 79, + stat_type2 = 7, + stat_value2 = 65, + stat_type3 = 32, + stat_value3 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002244; + +-- Item Skullflame Shield Entry: 1168 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001168; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1168 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18815, + spellid_2 = 18816, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001168; + +-- Item Dwarven Hand Cannon Entry: 2099 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 557, + dmg_max1 = 1089, + dmg_min2 = 557, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29625, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002099; + +-- Item Helm of Narv Entry: 2245 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002245; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2245 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 222, + stat_type2 = 3, + stat_value2 = 132, + stat_type3 = 6, + stat_value3 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20002245; + +-- Item Myrmidon's Signet Entry: 2246 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002246; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2246 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 196, + stat_type3 = 3, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002246; + +-- Item Elemental Mage Staff Entry: 944 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000944; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 944 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 681, + dmg_max1 = 1483, + dmg_min2 = 681, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000944; + +-- Item Brain Hacker Entry: 1263 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17148 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3094, EffectBasePoints_2 = -404 + WHERE ID = 30017148; + DELETE FROM acore_world.item_template WHERE entry = 20001263; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1263 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 540, + dmg_max1 = 922, + dmg_min2 = 540, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017148, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001263; + +-- Item Jeweled Amulet of Cainwyn Entry: 1443 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001443; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1443 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 270, + stat_type2 = 6, + stat_value2 = 193, + stat_type3 = 7, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001443; + +-- Item Sash of Mercy Entry: 14553 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014553; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14553 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 104, + stat_type2 = 7, + stat_value2 = 128, + stat_type3 = 45, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20014553; + +-- Item Hand of Edward the Odd Entry: 2243 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 329, + dmg_max1 = 588, + dmg_min2 = 329, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 22, + stat_type2 = 5, + stat_value2 = 26, + stat_type3 = 0, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002243; + +-- Item Cloudkeeper Legplates Entry: 14554 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014554; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14554 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 130, + stat_type2 = 3, + stat_value2 = 130, + stat_type3 = 38, + stat_value3 = 222, + stat_type4 = 7, + stat_value4 = 130, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014554; + +-- Item Alcor's Sunrazor Entry: 14555 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18833 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1095, EffectBasePoints_2 = 0 + WHERE ID = 30018833; + DELETE FROM acore_world.item_template WHERE entry = 20014555; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14555 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 246, + dmg_max1 = 474, + dmg_min2 = 246, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018833, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014555; + +-- Item Aegis of Stormwind Entry: 1203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 186, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001203; + +-- Item Soulkeeper Entry: 1607 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001607; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1607 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 965, + dmg_max1 = 1670, + dmg_min2 = 965, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 200, + stat_type2 = 6, + stat_value2 = 329, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001607; + +-- Item Viking Warhammer Entry: 1721 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 428, + dmg_max1 = 830, + dmg_min2 = 428, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 4, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001721; + +-- Item Julie's Dagger Entry: 6660 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006660; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6660 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 260, + dmg_max1 = 460, + dmg_min2 = 260, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006660; + +-- Item Hanzo Sword Entry: 8190 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1255, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20008190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 271, + dmg_max1 = 539, + dmg_min2 = 271, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008190; + +-- Item Gryphonwing Long Bow Entry: 13022 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013022; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13022 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 559, + dmg_max1 = 1054, + dmg_min2 = 559, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 103, + stat_type2 = 7, + stat_value2 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013022; + +-- Item Hydralick Armor Entry: 13067 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013067; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13067 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 267, + stat_type3 = 3, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013067; + +-- Item Sandals of the Insurgent Entry: 13111 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013111; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13111 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013111; + +-- Item Deepfury Bracers Entry: 13120 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013120; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13120 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 138, + stat_type2 = 7, + stat_value2 = 63, + stat_type3 = 4, + stat_value3 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013120; + +-- Item Dark Phantom Cape Entry: 13122 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013122; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13122 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 186, + stat_type2 = 6, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013122; + +-- Item Hammer of the Northern Wind Entry: 810 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 363, + dmg_max1 = 732, + dmg_min2 = 363, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000810; + +-- Item Glowing Brightwood Staff Entry: 812 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 713, + dmg_max1 = 1330, + dmg_min2 = 713, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 285, + stat_type2 = 7, + stat_value2 = 193, + stat_type3 = 6, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000812; + +-- Item Eye of Flame Entry: 3075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20003075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 150, + stat_type2 = 6, + stat_value2 = 150, + stat_type3 = 45, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003075; + +-- Item Stockade Pauldrons Entry: 14552 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014552; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14552 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 188, + stat_type2 = 6, + stat_value2 = 126, + stat_type3 = 12, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014552; + +-- Item Heavy Felsteel Ring Entry: 24087 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 223, + stat_type2 = 35, + stat_value2 = 167, + stat_type3 = 4, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024087; + +-- Item Delicate Eternium Ring Entry: 24088 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 254, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 13, + stat_value3 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024088; + +-- Item Blazing Eternium Band Entry: 24089 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 234, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024089; + +-- Item Innervating Band Entry: 18701 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018701; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18701 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 230, + stat_type2 = 3, + stat_value2 = 309, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018701; + +-- Item Bonebrace Hauberk Entry: 14536 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014536; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14536 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 99, + stat_type2 = 5, + stat_value2 = 196, + stat_type3 = 38, + stat_value3 = 306, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20014536; + +-- Item The Lion Horn of Stormwind Entry: 14557 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014557; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14557 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 20847, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014557; + +-- Item Coldstone Slippers Entry: 18697 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018697; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18697 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 161, + stat_type2 = 7, + stat_value2 = 124, + stat_type3 = 43, + stat_value3 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20018697; + +-- Item Tattered Leather Hood Entry: 18698 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018698; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18698 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 77, + stat_type2 = 7, + stat_value2 = 227, + stat_type3 = 3, + stat_value3 = 140, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20018698; + +-- Item Icy Tomb Spaulders Entry: 18699 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018699; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18699 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 203, + stat_type2 = 7, + stat_value2 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20018699; + +-- Item Malefic Bracers Entry: 18700 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018700; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18700 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 88, + stat_type2 = 7, + stat_value2 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20018700; + +-- Item Belt of the Ordained Entry: 18702 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018702; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18702 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 111, + stat_type2 = 7, + stat_value2 = 117, + stat_type3 = 45, + stat_value3 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20018702; + +-- Item Arcane Khorium Band Entry: 24086 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024086; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24086 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 115, + stat_type2 = 7, + stat_value2 = 251, + stat_type3 = 45, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024086; + +-- Item Wildheart Bracers Entry: 16714 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 91, + stat_type2 = 5, + stat_value2 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016714; + +-- Item Magister's Gloves Entry: 16684 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016684; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16684 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 144, + stat_type2 = 5, + stat_value2 = 144, + stat_type3 = 7, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016684; + +-- Item Magister's Belt Entry: 16685 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016685; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16685 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 84, + stat_type2 = 7, + stat_value2 = 84, + stat_type3 = 5, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016685; + +-- Item Dreadmist Belt Entry: 16702 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016702; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16702 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 7, + stat_value2 = 108, + stat_type3 = 6, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016702; + +-- Item Dreadmist Wraps Entry: 16705 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016705; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16705 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 113, + stat_type2 = 7, + stat_value2 = 140, + stat_type3 = 6, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016705; + +-- Item Lightforge Bracers Entry: 16722 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 6, + stat_value2 = 84, + stat_type3 = 4, + stat_value3 = 77, + stat_type4 = 3, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20016722; + +-- Item Lady Maye's Pendant Entry: 14558 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014558; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14558 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 267, + stat_type2 = 6, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014558; + +-- Item Shadowcraft Bracers Entry: 16710 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016710; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16710 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016710; + +-- Item Bindings of Elements Entry: 16671 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016671; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16671 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 99, + stat_type2 = 6, + stat_value2 = 99, + stat_type3 = 7, + stat_value3 = 81, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016671; + +-- Item Wildheart Belt Entry: 16716 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 6, + stat_value2 = 108, + stat_type3 = 7, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016716; + +-- Item Earthborn Kilt Entry: 9402 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20009402; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9402 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 339, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20009402; + +-- Item Maiden's Circle Entry: 13001 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013001; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13001 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 220, + stat_type2 = 5, + stat_value2 = 243, + stat_type3 = 45, + stat_value3 = 281, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013001; + +-- Item Serathil Entry: 13015 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013015; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13015 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 413, + dmg_max1 = 792, + dmg_min2 = 413, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20013015; + +-- Item Bludstone Hammer Entry: 13028 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013028; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13028 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 444, + dmg_max1 = 819, + dmg_min2 = 444, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 97, + stat_type2 = 6, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013028; + +-- Item Stonegrip Gauntlets Entry: 13072 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013072; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13072 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 129, + stat_type2 = 7, + stat_value2 = 166, + stat_type3 = 12, + stat_value3 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013072; + +-- Item Band of the Hierophant Entry: 13096 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013096; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13096 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 273, + stat_type2 = 5, + stat_value2 = 260, + stat_type3 = 7, + stat_value3 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013096; + +-- Item Spaulders of the Unseen Entry: 13116 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013116; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13116 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 281, + stat_type2 = 5, + stat_value2 = 103, + stat_type3 = 7, + stat_value3 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013116; + +-- Item Drakesfire Epaulets Entry: 13133 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013133; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13133 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 220, + stat_type2 = 5, + stat_value2 = 211, + stat_type3 = 7, + stat_value3 = 117, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013133; + +-- Item Scarlet Kris Entry: 5267 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20005267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 331, + dmg_max1 = 612, + dmg_min2 = 331, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 133, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005267; + +-- Item Staff of Hale Magefire Entry: 13000 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013000; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13000 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 760, + dmg_max1 = 1559, + dmg_min2 = 760, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 304, + stat_type2 = 5, + stat_value2 = 326, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013000; + +-- Item Mass of McGowan Entry: 13006 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 567, + dmg_max1 = 1160, + dmg_min2 = 567, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 133, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013006; + +-- Item Eaglehorn Long Bow Entry: 13023 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013023; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13023 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 398, + dmg_max1 = 750, + dmg_min2 = 398, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 124, + stat_type2 = 7, + stat_value2 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013023; + +-- Item Direwing Legguards Entry: 13075 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 189, + stat_type3 = 6, + stat_value3 = 189, + stat_type4 = 3, + stat_value4 = 180, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013075; + +-- Item Garrett Family Crest Entry: 13083 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013083; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13083 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 101, + stat_type2 = 5, + stat_value2 = 88, + stat_type3 = 6, + stat_value3 = 206, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20013083; + +-- Item Magiskull Cuffs Entry: 13107 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013107; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13107 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013107; + +-- Item Feathermoon Headdress Entry: 13113 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013113; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13113 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 288, + stat_type2 = 7, + stat_value2 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013113; + +-- Item Dreamwalker Armor Entry: 13123 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013123; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13123 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 256, + stat_type2 = 7, + stat_value2 = 234, + stat_type3 = 5, + stat_value3 = 256, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013123; + +-- Item Lapidis Tankard of Tidesippe Entry: 4696 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20004696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 0, + stat_type2 = 6, + stat_value2 = 329, + stat_type3 = 5, + stat_value3 = 166, + stat_type4 = 43, + stat_value4 = 83, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004696; + +-- Item Lady Alizabeth's Pendant Entry: 13002 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013002; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13002 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 256, + stat_type2 = 6, + stat_value2 = 368, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013002; + +-- Item Twig of the World Tree Entry: 13047 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013047; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13047 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 909, + dmg_max1 = 1776, + dmg_min2 = 909, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 234, + stat_type2 = 6, + stat_value2 = 215, + stat_type3 = 7, + stat_value3 = 297, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013047; + +-- Item Sapphiron's Scale Boots Entry: 13070 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013070; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13070 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 142, + stat_type2 = 4, + stat_value2 = 185, + stat_type3 = 7, + stat_value3 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013070; + +-- Item Wolfrunner Shoes Entry: 13101 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013101; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13101 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 6, + stat_value2 = 155, + stat_type3 = 5, + stat_value3 = 155, + stat_type4 = 45, + stat_value4 = 120, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013101; + +-- Item Lordly Armguards Entry: 13135 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013135; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13135 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 79, + stat_type2 = 6, + stat_value2 = 86, + stat_type3 = 7, + stat_value3 = 86, + stat_type4 = 5, + stat_value4 = 79, + stat_type5 = 3, + stat_value5 = 79, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013135; + +-- Item Helm of Narv Entry: 2245 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20002245; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2245 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 6, + stat_value2 = 187, + stat_type3 = 7, + stat_value3 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20002245; + +-- Item Myrmidon's Signet Entry: 2246 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20002246; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2246 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 190, + stat_type2 = 7, + stat_value2 = 315, + stat_type3 = 4, + stat_value3 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002246; + +-- Item Tome of Knowledge Entry: 13385 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013385; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13385 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 104, + stat_type2 = 4, + stat_value2 = 104, + stat_type3 = 5, + stat_value3 = 104, + stat_type4 = 6, + stat_value4 = 104, + stat_type5 = 7, + stat_value5 = 104, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013385; + +-- Item Archivist Cape Entry: 13386 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013386; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13386 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 43, + stat_value1 = 133, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013386; + +-- Item Foresight Girdle Entry: 13387 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013387; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13387 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21596, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013387; + +-- Item Devout Gloves Entry: 16692 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016692; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16692 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 6, + stat_value2 = 190, + stat_type3 = 5, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016692; + +-- Item Ash Covered Boots Entry: 18716 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 173, + stat_type2 = 7, + stat_value2 = 173, + stat_type3 = 13, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018716; + +-- Item Songbird Blouse Entry: 13378 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013378; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13378 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 3, + stat_value2 = 185, + stat_type3 = 6, + stat_value3 = 185, + stat_type4 = 4, + stat_value4 = 185, + stat_type5 = 5, + stat_value5 = 185, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013378; + +-- Item Piccolo of the Flaming Fire Entry: 13379 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013379; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13379 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18400, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013379; + +-- Item Woollies of the Prancing Minstrel Entry: 13383 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013383; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13383 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 171, + stat_type2 = 5, + stat_value2 = 152, + stat_type3 = 43, + stat_value3 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013383; + +-- Item Rainbow Girdle Entry: 13384 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013384; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13384 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 101, + stat_type2 = 4, + stat_value2 = 107, + stat_type3 = 7, + stat_value3 = 107, + stat_type4 = 6, + stat_value4 = 101, + stat_type5 = 5, + stat_value5 = 107, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013384; + +-- Item Magister's Boots Entry: 16682 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 185, + stat_type3 = 7, + stat_value3 = 142, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016682; + +-- Item Royal Tribunal Cloak Entry: 13376 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013376; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13376 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 131, + stat_type2 = 5, + stat_value2 = 215, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013376; + +-- Item Death Grips Entry: 18722 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 296, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 43588, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018722; + +-- Item Peacemaker Entry: 18725 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018725; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18725 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 925, + dmg_max1 = 1786, + dmg_min2 = 925, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 248, + stat_type2 = 38, + stat_value2 = 374, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018725; + +-- Item Magistrate's Cuffs Entry: 18726 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018726; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18726 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 144, + stat_type2 = 43, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018726; + +-- Item Crimson Felt Hat Entry: 18727 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018727; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18727 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 155, + stat_type2 = 6, + stat_value2 = 155, + stat_type3 = 7, + stat_value3 = 155, + stat_type4 = 45, + stat_value4 = 219, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018727; + +-- Item Idol of Brutality Entry: 23198 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20023198; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23198 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28855, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023198; + +-- Item Banshee Finger Entry: 13534 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013534; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13534 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 427, + dmg_max1 = 804, + dmg_min2 = 427, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013534; + +-- Item Dreadmist Sandals Entry: 16704 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016704; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16704 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 145, + stat_type2 = 7, + stat_value2 = 210, + stat_type3 = 6, + stat_value3 = 155, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016704; + +-- Item Anastari Heirloom Entry: 18728 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018728; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18728 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 387, + stat_type2 = 45, + stat_value2 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018728; + +-- Item Screeching Bow Entry: 18729 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018729; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18729 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 547, + dmg_max1 = 1042, + dmg_min2 = 547, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018729; + +-- Item Shadowy Laced Handwraps Entry: 18730 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018730; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18730 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 197, + stat_type2 = 43, + stat_value2 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018730; + +-- Item Husk of Nerub'enkan Entry: 13529 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013529; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13529 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 265, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20013529; + +-- Item Beaststalker's Boots Entry: 16675 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016675; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16675 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 142, + stat_type2 = 38, + stat_value2 = 185, + stat_type3 = 3, + stat_value3 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016675; + +-- Item Carapace Spine Crossbow Entry: 18738 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018738; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18738 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 676, + dmg_max1 = 1506, + dmg_min2 = 676, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 122, + stat_type2 = 3, + stat_value2 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018738; + +-- Item Chitinous Plate Legguards Entry: 18739 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018739; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18739 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 228, + stat_type2 = 7, + stat_value2 = 228, + stat_type3 = 43, + stat_value3 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018739; + +-- Item Thuzadin Sash Entry: 18740 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018740; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18740 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 127, + stat_type3 = 6, + stat_value3 = 127, + stat_type4 = 45, + stat_value4 = 88, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018740; + +-- Item Skull of Burning Shadows Entry: 13524 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013524; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13524 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013524; + +-- Item Devout Sandals Entry: 16691 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016691; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16691 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 210, + stat_type2 = 5, + stat_value2 = 155, + stat_type3 = 7, + stat_value3 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016691; + +-- Item Pale Moon Cloak Entry: 18734 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018734; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18734 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 197, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018734; + +-- Item Maleki's Footwraps Entry: 18735 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018735; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18735 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 164, + stat_type2 = 5, + stat_value2 = 164, + stat_type3 = 45, + stat_value3 = 185, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018735; + +-- Item Bone Slicing Hatchet Entry: 18737 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018737; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18737 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 359, + dmg_max1 = 642, + dmg_min2 = 359, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 164, + stat_type2 = 7, + stat_value2 = 95, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018737; + +-- Item Kilt of Elements Entry: 16668 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016668; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16668 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 184, + stat_type2 = 4, + stat_value2 = 162, + stat_type3 = 7, + stat_value3 = 120, + stat_type4 = 3, + stat_value4 = 108, + stat_type5 = 6, + stat_value5 = 217, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016668; + +-- Item Beaststalker's Pants Entry: 16678 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016678; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16678 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 209, + stat_type2 = 6, + stat_value2 = 162, + stat_type3 = 7, + stat_value3 = 108, + stat_type4 = 4, + stat_value4 = 108, + stat_type5 = 38, + stat_value5 = 201, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20016678; + +-- Item Magister's Leggings Entry: 16687 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016687; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16687 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 242, + stat_type2 = 5, + stat_value2 = 235, + stat_type3 = 7, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016687; + +-- Item Devout Skirt Entry: 16694 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016694; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16694 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 205, + stat_type2 = 7, + stat_value2 = 180, + stat_type3 = 6, + stat_value3 = 263, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016694; + +-- Item Dreadmist Leggings Entry: 16699 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016699; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16699 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 249, + stat_type2 = 7, + stat_value2 = 205, + stat_type3 = 5, + stat_value3 = 197, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20016699; + +-- Item Shadowcraft Pants Entry: 16709 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016709; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16709 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 279, + stat_type2 = 7, + stat_value2 = 180, + stat_type3 = 4, + stat_value3 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016709; + +-- Item Wildheart Kilt Entry: 16719 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016719; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16719 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 166, + stat_type2 = 6, + stat_value2 = 166, + stat_type3 = 7, + stat_value3 = 166, + stat_type4 = 4, + stat_value4 = 157, + stat_type5 = 3, + stat_value5 = 152, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016719; + +-- Item Lightforge Legplates Entry: 16728 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016728; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16728 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 131, + stat_type2 = 3, + stat_value2 = 126, + stat_type3 = 4, + stat_value3 = 213, + stat_type4 = 7, + stat_value4 = 171, + stat_type5 = 5, + stat_value5 = 157, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016728; + +-- Item Legplates of Valor Entry: 16732 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016732; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16732 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 253, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 3, + stat_value3 = 166, + stat_type4 = 6, + stat_value4 = 95, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016732; + +-- Item Cape of the Black Baron Entry: 13340 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 197, + stat_type2 = 38, + stat_value2 = 155, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013340; + +-- Item Dracorian Gauntlets Entry: 13344 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013344; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13344 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 119, + stat_type2 = 6, + stat_value2 = 129, + stat_type3 = 7, + stat_value3 = 135, + stat_type4 = 5, + stat_value4 = 144, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013344; + +-- Item Seal of Rivendare Entry: 13345 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013345; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13345 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 230, + stat_type2 = 5, + stat_value2 = 387, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013345; + +-- Item Robes of the Exalted Entry: 13346 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013346; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13346 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 156, + stat_type2 = 45, + stat_value2 = 326, + stat_type3 = 6, + stat_value3 = 243, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013346; + +-- Item Scepter of the Unholy Entry: 13349 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013349; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13349 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 486, + dmg_max1 = 994, + dmg_min2 = 486, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 113, + stat_type2 = 45, + stat_value2 = 151, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013349; + +-- Item Ritssyn's Wand of Bad Mojo Entry: 22408 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022408; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22408 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 266, + dmg_max1 = 576, + dmg_min2 = 266, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 89, + stat_type2 = 45, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022408; + +-- Item Tunic of the Crescent Moon Entry: 22409 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022409; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22409 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 185, + stat_type3 = 6, + stat_value3 = 179, + stat_type4 = 45, + stat_value4 = 150, + stat_type5 = 32, + stat_value5 = 206, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20022409; + +-- Item Gauntlets of Deftness Entry: 22410 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022410; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22410 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 147, + stat_type2 = 3, + stat_value2 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20022410; + +-- Item Helm of the Executioner Entry: 22411 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022411; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22411 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 118, + stat_type2 = 4, + stat_value2 = 175, + stat_type3 = 7, + stat_value3 = 215, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20022411; + +-- Item Thuzadin Mantle Entry: 22412 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022412; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22412 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 179, + stat_type2 = 5, + stat_value2 = 240, + stat_type3 = 45, + stat_value3 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022412; + +-- Item Willey's Portable Howitzer Entry: 13380 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013380; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13380 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 585, + dmg_max1 = 1227, + dmg_min2 = 585, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 122, + stat_type2 = 38, + stat_value2 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013380; + +-- Item Master Cannoneer Boots Entry: 13381 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013381; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13381 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 167, + stat_type2 = 7, + stat_value2 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013381; + +-- Item Shadowcraft Spaulders Entry: 16708 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016708; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16708 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 291, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016708; + +-- Item Barrage Girdle Entry: 18721 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 104, + stat_type2 = 6, + stat_value2 = 104, + stat_type3 = 7, + stat_value3 = 104, + stat_type4 = 45, + stat_value4 = 156, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018721; + +-- Item Diana's Pearl Necklace Entry: 22403 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022403; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22403 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 225, + stat_type2 = 5, + stat_value2 = 225, + stat_type3 = 31, + stat_value3 = 124, + stat_type4 = 45, + stat_value4 = 168, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022403; + +-- Item Willey's Back Scratcher Entry: 22404 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022404; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22404 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 558, + dmg_max1 = 1037, + dmg_min2 = 558, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 387, + stat_type2 = 38, + stat_value2 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022404; + +-- Item Mantle of the Scarlet Crusade Entry: 22405 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 169, + stat_type2 = 5, + stat_value2 = 169, + stat_type3 = 6, + stat_value3 = 176, + stat_type4 = 45, + stat_value4 = 117, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20022405; + +-- Item Redemption Entry: 22406 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022406; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22406 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 563, + dmg_max1 = 1016, + dmg_min2 = 563, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 277, + stat_type2 = 45, + stat_value2 = 351, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20022406; + +-- Item Helm of the New Moon Entry: 22407 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20022407; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 22407 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 179, + stat_type2 = 5, + stat_value2 = 171, + stat_type3 = 6, + stat_value3 = 167, + stat_type4 = 45, + stat_value4 = 167, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20022407; + +-- Item Skul's Cold Embrace Entry: 13394 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013394; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13394 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 285, + stat_type2 = 4, + stat_value2 = 277, + stat_type3 = 12, + stat_value3 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013394; + +-- Item Skul's Fingerbone Claws Entry: 13395 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 38, + stat_value2 = 234, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013395; + +-- Item Skul's Ghastly Touch Entry: 13396 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013396; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13396 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 398, + dmg_max1 = 750, + dmg_min2 = 398, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013396; + +-- Item Mask of the Unforgiven Entry: 13404 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013404; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13404 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 190, + stat_type2 = 7, + stat_value2 = 175, + stat_type3 = 31, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20013404; + +-- Item Wailing Nightbane Pauldrons Entry: 13405 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 214, + stat_type2 = 4, + stat_value2 = 214, + stat_type3 = 12, + stat_value3 = 44, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013405; + +-- Item Soul Breaker Entry: 13408 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17506 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 158, EffectBasePoints_2 = 11 + WHERE ID = 30017506; + DELETE FROM acore_world.item_template WHERE entry = 20013408; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13408 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 338, + dmg_max1 = 662, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31017506, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013408; + +-- Item Tearfall Bracers Entry: 13409 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013409; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13409 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013409; + +-- Item Wildheart Gloves Entry: 16717 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 240, + stat_type2 = 5, + stat_value2 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20016717; + +-- Item Vambraces of the Sadist Entry: 13400 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013400; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13400 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 4, + stat_value2 = 86, + stat_type3 = 32, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20013400; + +-- Item The Cruel Hand of Timmy Entry: 13401 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013401; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13401 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 342, + dmg_max1 = 745, + dmg_min2 = 342, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17505, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013401; + +-- Item Timmy's Galoshes Entry: 13402 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013402; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13402 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 3, + stat_value2 = 202, + stat_type3 = 5, + stat_value3 = 155, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20013402; + +-- Item Grimgore Noose Entry: 13403 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20013403; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13403 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 127, + stat_type2 = 7, + stat_value2 = 119, + stat_type3 = 5, + stat_value3 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20013403; + +-- Item Lightforge Gauntlets Entry: 16724 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20016724; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16724 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 168, + stat_type2 = 7, + stat_value2 = 129, + stat_type3 = 6, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20016724; + +-- Item Earthborn Kilt Entry: 9402 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20009402; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9402 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20009402; + +-- Item Maiden's Circle Entry: 13001 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013001; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13001 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 188, + stat_type2 = 5, + stat_value2 = 208, + stat_type3 = 45, + stat_value3 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013001; + +-- Item Serathil Entry: 13015 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013015; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13015 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 391, + dmg_max1 = 652, + dmg_min2 = 391, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20013015; + +-- Item Bludstone Hammer Entry: 13028 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013028; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13028 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 426, + dmg_max1 = 790, + dmg_min2 = 426, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013028; + +-- Item Doombringer Entry: 13053 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1928, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20013053; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13053 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 615, + dmg_max1 = 1326, + dmg_min2 = 615, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013053; + +-- Item The Needler Entry: 13060 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1150, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20013060; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13060 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 475, + dmg_max1 = 974, + dmg_min2 = 475, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013060; + +-- Item Stonegrip Gauntlets Entry: 13072 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013072; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13072 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 12, + stat_value3 = 55, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013072; + +-- Item Band of the Hierophant Entry: 13096 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013096; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13096 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 223, + stat_type3 = 7, + stat_value3 = 180, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013096; + +-- Item Spaulders of the Unseen Entry: 13116 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013116; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13116 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 240, + stat_type2 = 5, + stat_value2 = 88, + stat_type3 = 7, + stat_value3 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013116; + +-- Item Drakesfire Epaulets Entry: 13133 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013133; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13133 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 188, + stat_type2 = 5, + stat_value2 = 180, + stat_type3 = 7, + stat_value3 = 100, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013133; + +-- Item Scarlet Kris Entry: 5267 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 304, + dmg_max1 = 539, + dmg_min2 = 304, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005267; + +-- Item Sword of Zeal Entry: 6622 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 538, + dmg_max1 = 1007, + dmg_min2 = 538, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006622; + +-- Item Staff of Hale Magefire Entry: 13000 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013000; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13000 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 770, + dmg_max1 = 1552, + dmg_min2 = 770, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 279, + stat_type2 = 6, + stat_value2 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013000; + +-- Item Mass of McGowan Entry: 13006 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 576, + dmg_max1 = 984, + dmg_min2 = 576, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013006; + +-- Item Eaglehorn Long Bow Entry: 13023 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013023; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13023 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 400, + dmg_max1 = 686, + dmg_min2 = 400, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 106, + stat_type2 = 7, + stat_value2 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013023; + +-- Item Direwing Legguards Entry: 13075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 154, + stat_type2 = 4, + stat_value2 = 154, + stat_type3 = 7, + stat_value3 = 161, + stat_type4 = 6, + stat_value4 = 161, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013075; + +-- Item Garrett Family Crest Entry: 13083 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013083; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13083 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 86, + stat_type2 = 5, + stat_value2 = 75, + stat_type3 = 6, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20013083; + +-- Item Magiskull Cuffs Entry: 13107 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013107; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13107 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 145, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013107; + +-- Item Feathermoon Headdress Entry: 13113 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013113; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13113 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 247, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013113; + +-- Item Dreamwalker Armor Entry: 13123 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013123; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13123 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 219, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 5, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013123; + +-- Item Idol of the Moon Entry: 23197 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023197; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23197 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28854, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023197; + +-- Item Totem of the Storm Entry: 23199 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28857, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023199; + +-- Item Libram of Fervor Entry: 23203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 60804, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023203; + +-- Item Orb of Deception Entry: 1973 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001973; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1973 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 16739, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001973; + +-- Item Lapidis Tankard of Tidesippe Entry: 4696 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 0, + stat_type2 = 6, + stat_value2 = 282, + stat_type3 = 5, + stat_value3 = 142, + stat_type4 = 43, + stat_value4 = 71, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004696; + +-- Item Lady Alizabeth's Pendant Entry: 13002 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013002; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13002 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 315, + stat_type2 = 7, + stat_value2 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013002; + +-- Item Torch of Austen Entry: 13004 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013004; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13004 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 307, + dmg_max1 = 555, + dmg_min2 = 307, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013004; + +-- Item Mageflame Cloak Entry: 13007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013007; + +-- Item Twig of the World Tree Entry: 13047 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013047; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13047 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 876, + dmg_max1 = 1740, + dmg_min2 = 876, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 254, + stat_type2 = 4, + stat_value2 = 200, + stat_type3 = 6, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013047; + +-- Item Sapphiron's Scale Boots Entry: 13070 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013070; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13070 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 121, + stat_type2 = 4, + stat_value2 = 158, + stat_type3 = 7, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013070; + +-- Item Wolfrunner Shoes Entry: 13101 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013101; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13101 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 133, + stat_type2 = 6, + stat_value2 = 133, + stat_type3 = 5, + stat_value3 = 133, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013101; + +-- Item Lordly Armguards Entry: 13135 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013135; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13135 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 67, + stat_type2 = 6, + stat_value2 = 73, + stat_type3 = 7, + stat_value3 = 73, + stat_type4 = 5, + stat_value4 = 67, + stat_type5 = 3, + stat_value5 = 67, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013135; + +-- Item Shell Launcher Shotgun Entry: 13146 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013146; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13146 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 428, + dmg_max1 = 905, + dmg_min2 = 428, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29635, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013146; + +-- Item Skullflame Shield Entry: 1168 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001168; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1168 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18815, + spellid_2 = 18816, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001168; + +-- Item Dwarven Hand Cannon Entry: 2099 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 601, + dmg_max1 = 1176, + dmg_min2 = 601, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29625, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002099; + +-- Item Helm of Narv Entry: 2245 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002245; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2245 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 222, + stat_type2 = 3, + stat_value2 = 132, + stat_type3 = 6, + stat_value3 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20002245; + +-- Item Myrmidon's Signet Entry: 2246 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002246; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2246 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 196, + stat_type2 = 3, + stat_value2 = 163, + stat_type3 = 7, + stat_value3 = 270, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002246; + +-- Item Lord Alexander's Battle Axe Entry: 13003 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013003; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13003 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 802, + dmg_max1 = 1428, + dmg_min2 = 802, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 212, + stat_type2 = 3, + stat_value2 = 219, + stat_type3 = 4, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013003; + +-- Item Elder Wizard's Mantle Entry: 13013 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013013; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13013 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 261, + stat_type2 = 45, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013013; + +-- Item Assassination Blade Entry: 13036 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013036; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13036 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 533, + dmg_max1 = 941, + dmg_min2 = 533, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 32, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013036; + +-- Item Heartseeking Crossbow Entry: 13040 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013040; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13040 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 670, + dmg_max1 = 1182, + dmg_min2 = 670, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29626, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013040; + +-- Item Demonslayer Entry: 13044 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013044; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13044 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 787, + dmg_max1 = 1479, + dmg_min2 = 787, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18212, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013044; + +-- Item Frenzied Striker Entry: 13056 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013056; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13056 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 605, + dmg_max1 = 1288, + dmg_min2 = 605, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 14, + stat_value1 = 270, + stat_type2 = 31, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013056; + +-- Item Girdle of Uther Entry: 13077 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013077; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13077 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 87, + stat_type2 = 7, + stat_value2 = 92, + stat_type3 = 6, + stat_value3 = 92, + stat_type4 = 5, + stat_value4 = 87, + stat_type5 = 3, + stat_value5 = 87, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013077; + +-- Item Medallion of Grand Marshal Morris Entry: 13091 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 208, + stat_type2 = 12, + stat_value2 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013091; + +-- Item Serpentine Sash Entry: 13118 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013118; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13118 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 130, + stat_type2 = 4, + stat_value2 = 99, + stat_type3 = 7, + stat_value3 = 130, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013118; + +-- Item Windrunner Legguards Entry: 13130 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013130; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13130 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 172, + stat_type2 = 3, + stat_value2 = 290, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013130; + +-- Item The Shadowfoot Stabber Entry: 24222 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 306, + dmg_max1 = 642, + dmg_min2 = 306, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 38, + stat_value2 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024222; + +-- Item Destiny Entry: 647 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000647; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 647 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 571, + dmg_max1 = 1160, + dmg_min2 = 571, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17152, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000647; + +-- Item Axe of the Deep Woods Entry: 811 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18104 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1456, EffectBasePoints_2 = 0 + WHERE ID = 30018104; + DELETE FROM acore_world.item_template WHERE entry = 20000811; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 811 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 489, + dmg_max1 = 949, + dmg_min2 = 489, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018104, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000811; + +-- Item Lifestone Entry: 833 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17712 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 4981, EffectBasePoints_2 = 0 + WHERE ID = 30017712; + DELETE FROM acore_world.item_template WHERE entry = 20000833; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 833 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 5707, + spellid_2 = 30017712, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000833; + +-- Item Krol Blade Entry: 2244 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002244; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2244 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 576, + dmg_max1 = 1022, + dmg_min2 = 576, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 65, + stat_type2 = 32, + stat_value2 = 119, + stat_type3 = 4, + stat_value3 = 79, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002244; + +-- Item Elemental Mage Staff Entry: 944 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000944; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 944 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 769, + dmg_max1 = 1461, + dmg_min2 = 769, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000944; + +-- Item Brain Hacker Entry: 1263 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17148 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3094, EffectBasePoints_2 = -404 + WHERE ID = 30017148; + DELETE FROM acore_world.item_template WHERE entry = 20001263; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1263 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 526, + dmg_max1 = 980, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017148, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001263; + +-- Item Jeweled Amulet of Cainwyn Entry: 1443 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001443; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1443 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 270, + stat_type2 = 6, + stat_value2 = 193, + stat_type3 = 7, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001443; + +-- Item Sash of Mercy Entry: 14553 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014553; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14553 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 104, + stat_type2 = 7, + stat_value2 = 128, + stat_type3 = 45, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20014553; + +-- Item Hand of Edward the Odd Entry: 2243 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 268, + dmg_max1 = 575, + dmg_min2 = 268, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 22, + stat_type2 = 5, + stat_value2 = 26, + stat_type3 = 0, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002243; + +-- Item Cloudkeeper Legplates Entry: 14554 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014554; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14554 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 130, + stat_type2 = 4, + stat_value2 = 130, + stat_type3 = 3, + stat_value3 = 130, + stat_type4 = 38, + stat_value4 = 222, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014554; + +-- Item Alcor's Sunrazor Entry: 14555 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18833 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1095, EffectBasePoints_2 = 0 + WHERE ID = 30018833; + DELETE FROM acore_world.item_template WHERE entry = 20014555; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14555 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 257, + dmg_max1 = 446, + dmg_min2 = 257, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018833, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014555; + +-- Item Aegis of Stormwind Entry: 1203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 186, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001203; + +-- Item Soulkeeper Entry: 1607 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001607; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1607 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 835, + dmg_max1 = 1735, + dmg_min2 = 835, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 329, + stat_type2 = 5, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001607; + +-- Item Viking Warhammer Entry: 1721 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 408, + dmg_max1 = 824, + dmg_min2 = 408, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 4, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001721; + +-- Item Julie's Dagger Entry: 6660 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006660; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6660 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 217, + dmg_max1 = 449, + dmg_min2 = 217, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006660; + +-- Item Hanzo Sword Entry: 8190 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1255, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20008190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 296, + dmg_max1 = 527, + dmg_min2 = 296, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008190; + +-- Item Gryphonwing Long Bow Entry: 13022 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013022; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13022 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 551, + dmg_max1 = 1038, + dmg_min2 = 551, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 103, + stat_type2 = 7, + stat_value2 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013022; + +-- Item Hydralick Armor Entry: 13067 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013067; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13067 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 267, + stat_type3 = 3, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013067; + +-- Item Sandals of the Insurgent Entry: 13111 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013111; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13111 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 135, + stat_type2 = 6, + stat_value2 = 228, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013111; + +-- Item Deepfury Bracers Entry: 13120 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013120; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13120 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 138, + stat_type2 = 7, + stat_value2 = 63, + stat_type3 = 4, + stat_value3 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013120; + +-- Item Dark Phantom Cape Entry: 13122 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013122; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13122 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 186, + stat_type2 = 6, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013122; + +-- Item Hammer of the Northern Wind Entry: 810 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 421, + dmg_max1 = 749, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000810; + +-- Item Glowing Brightwood Staff Entry: 812 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 745, + dmg_max1 = 1373, + dmg_min2 = 745, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 193, + stat_type2 = 6, + stat_value2 = 144, + stat_type3 = 5, + stat_value3 = 285, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000812; + +-- Item Eye of Flame Entry: 3075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20003075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 150, + stat_type2 = 45, + stat_value2 = 212, + stat_type3 = 5, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003075; + +-- Item Stockade Pauldrons Entry: 14552 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014552; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14552 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 188, + stat_type2 = 6, + stat_value2 = 126, + stat_type3 = 12, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014552; + +-- Item Eye of Adaegus Entry: 5266 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 5, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005266; + +-- Item Uther's Strength Entry: 11302 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011302; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11302 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 8397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011302; + +-- Item Dalewind Trousers Entry: 13008 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013008; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13008 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 273, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 7, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013008; + +-- Item Axe of Rin'ji Entry: 13014 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013014; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13014 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 370, + dmg_max1 = 688, + dmg_min2 = 370, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 3, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013014; + +-- Item Bonesnapper Entry: 13027 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013027; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13027 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 452, + dmg_max1 = 971, + dmg_min2 = 452, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 86, + stat_type2 = 4, + stat_value2 = 137, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013027; + +-- Item Warmonger Entry: 13052 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013052; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13052 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 700, + dmg_max1 = 1287, + dmg_min2 = 700, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 31, + stat_value2 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013052; + +-- Item Stoneraven Entry: 13059 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 736, + dmg_max1 = 1518, + dmg_min2 = 736, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 184, + stat_type2 = 3, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 200, + stat_type4 = 6, + stat_value4 = 149, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013059; + +-- Item Mugthol's Helm Entry: 13073 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013073; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13073 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 140, + stat_type2 = 7, + stat_value2 = 190, + stat_type3 = 6, + stat_value3 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013073; + +-- Item Battlecaller Gauntlets Entry: 13126 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013126; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13126 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 66, + stat_type2 = 7, + stat_value2 = 74, + stat_type3 = 38, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013126; + +-- Item Serenity Belt Entry: 13144 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013144; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13144 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 186, + stat_type2 = 7, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013144; + +-- Item Freezing Band Entry: 942 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18799, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000942; + +-- Item Shadowblade Entry: 2163 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1918, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20002163; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2163 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 284, + dmg_max1 = 526, + dmg_min2 = 284, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002163; + +-- Item Hurricane Entry: 2824 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002824; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2824 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 346, + dmg_max1 = 644, + dmg_min2 = 346, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29501, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002824; + +-- Item Taran Icebreaker Entry: 2915 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16415 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3211, EffectBasePoints_2 = 143 + WHERE ID = 30016415; + DELETE FROM acore_world.item_template WHERE entry = 20002915; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2915 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 513, + dmg_max1 = 995, + dmg_min2 = 513, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016415, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002915; + +-- Item Teebu's Blazing Longsword Entry: 1728 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18086 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2138, EffectBasePoints_2 = 0 + WHERE ID = 30018086; + DELETE FROM acore_world.item_template WHERE entry = 20001728; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1728 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 501, + dmg_max1 = 1059, + dmg_min2 = 501, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018086, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001728; + +-- Item Blade of Hanna Entry: 2801 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002801; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2801 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 483, + dmg_max1 = 980, + dmg_min2 = 483, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 158, + stat_type2 = 6, + stat_value2 = 158, + stat_type3 = 7, + stat_value3 = 158, + stat_type4 = 4, + stat_value4 = 158, + stat_type5 = 3, + stat_value5 = 158, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002801; + +-- Item Cloak of Flames Entry: 3475 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 21142 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 34, EffectBasePoints_2 = 0 + WHERE ID = 30021142; + DELETE FROM acore_world.item_template WHERE entry = 20003475; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3475 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30021142, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003475; + +-- Item Stratholme Militia Shoulderguard Entry: 18742 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018742; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18742 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 249, + stat_type2 = 7, + stat_value2 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20018742; + +-- Item Sacred Cloth Leggings Entry: 18745 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018745; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18745 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 154, + stat_type3 = 7, + stat_value3 = 154, + stat_type4 = 45, + stat_value4 = 113, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20018745; + +-- Item Delicate Eternium Ring Entry: 24088 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 254, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 13, + stat_value3 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024088; + +-- Item Bindings of Elements Entry: 16671 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016671; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16671 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 81, + stat_type2 = 5, + stat_value2 = 99, + stat_type3 = 6, + stat_value3 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016671; + +-- Item Juno's Shadow Entry: 17061 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20017061; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17061 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 5, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20017061; + +-- Item Plaguehound Leggings Entry: 18736 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018736; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18736 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 275, + stat_type2 = 7, + stat_value2 = 108, + stat_type3 = 31, + stat_value3 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20018736; + +-- Item Morlune's Bracer Entry: 18741 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018741; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18741 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 104, + stat_type2 = 6, + stat_value2 = 99, + stat_type3 = 7, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20018741; + +-- Item Gracious Cape Entry: 18743 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018743; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18743 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 103, + stat_type2 = 43, + stat_value2 = 95, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20018743; + +-- Item Plaguebat Fur Gloves Entry: 18744 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018744; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18744 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 173, + stat_type2 = 3, + stat_value2 = 165, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20018744; + +-- Item Heavy Felsteel Ring Entry: 24087 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 35, + stat_value1 = 167, + stat_type2 = 4, + stat_value2 = 244, + stat_type3 = 7, + stat_value3 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024087; + +-- Item Blazing Eternium Band Entry: 24089 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 234, + stat_type2 = 43, + stat_value2 = 112, + stat_type3 = 5, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024089; + +-- Item Devout Gloves Entry: 16692 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016692; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16692 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 163, + stat_type2 = 5, + stat_value2 = 121, + stat_type3 = 7, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016692; + +-- Item Arcane Khorium Band Entry: 24086 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024086; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24086 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 115, + stat_type2 = 7, + stat_value2 = 251, + stat_type3 = 45, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024086; + +-- Item Khorium Band of Leaves Entry: 24085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024085; + +-- Item Magister's Belt Entry: 16685 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016685; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16685 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 6, + stat_value2 = 84, + stat_type3 = 7, + stat_value3 = 84, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016685; + +-- Item Devout Bracers Entry: 16697 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016697; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16697 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 81, + stat_type2 = 5, + stat_value2 = 99, + stat_type3 = 6, + stat_value3 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016697; + +-- Item Dreadmist Belt Entry: 16702 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016702; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16702 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 7, + stat_value2 = 108, + stat_type3 = 6, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20016702; + +-- Item The Lion Horn of Stormwind Entry: 14557 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014557; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14557 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 20847, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014557; + +-- Item Lady Maye's Pendant Entry: 14558 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014558; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14558 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 267, + stat_type2 = 6, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014558; + +-- Item Shadowcraft Bracers Entry: 16710 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016710; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16710 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016710; + +-- Item Beaststalker's Bindings Entry: 16681 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 99, + stat_type2 = 7, + stat_value2 = 81, + stat_type3 = 38, + stat_value3 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20016681; + +-- Item Lightforge Bracers Entry: 16722 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 6, + stat_value2 = 84, + stat_type3 = 4, + stat_value3 = 77, + stat_type4 = 3, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20016722; + +-- Item Lightforge Belt Entry: 16723 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016723; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16723 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 101, + stat_type2 = 5, + stat_value2 = 130, + stat_type3 = 6, + stat_value3 = 75, + stat_type4 = 7, + stat_value4 = 97, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20016723; + +-- Item Belt of Valor Entry: 16736 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016736; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16736 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 3, + stat_value3 = 92, + stat_type4 = 6, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20016736; + +-- Item Wildheart Belt Entry: 16716 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 6, + stat_value2 = 108, + stat_type3 = 7, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016716; + +-- Item Wildheart Bracers Entry: 16714 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 4, + stat_value2 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016714; + +-- Item Wildheart Gloves Entry: 16717 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20016717; + +-- Item Lightforge Gauntlets Entry: 16724 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20016724; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 16724 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 144, + stat_type2 = 4, + stat_value2 = 144, + stat_type3 = 7, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20016724; + +-- Item Heart of Noxxion Entry: 17744 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017744; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17744 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21954, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017744; + +-- Item Noxious Shooter Entry: 17745 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017745; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17745 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 363, + dmg_max1 = 701, + dmg_min2 = 363, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 32, + stat_value2 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017745; + +-- Item Noxxion's Shackles Entry: 17746 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017746; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17746 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 89, + stat_type2 = 4, + stat_value2 = 169, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20017746; + +-- Item Vinerot Sandals Entry: 17748 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017748; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17748 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20017748; + +-- Item Phytoskin Spaulders Entry: 17749 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017749; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17749 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 163, + stat_type2 = 3, + stat_value2 = 213, + stat_type3 = 7, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20017749; + +-- Item Chloromesh Girdle Entry: 17750 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017750; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17750 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 258, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20017750; + +-- Item Brusslehide Leggings Entry: 17751 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017751; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17751 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 292, + stat_type2 = 7, + stat_value2 = 241, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20017751; + +-- Item Satyr's Lash Entry: 17752 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18205 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1070, EffectBasePoints_2 = 0 + WHERE ID = 30018205; + DELETE FROM acore_world.item_template WHERE entry = 20017752; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17752 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 368, + dmg_max1 = 647, + dmg_min2 = 368, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31018205, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017752; + +-- Item Infernal Trickster Leggings Entry: 17754 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017754; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17754 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 174, + stat_type2 = 31, + stat_value2 = 96, + stat_type3 = 3, + stat_value3 = 277, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20017754; + +-- Item Satyrmane Sash Entry: 17755 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017755; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17755 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 168, + stat_type2 = 7, + stat_value2 = 133, + stat_type3 = 45, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20017755; + +-- Item Claw of Celebras Entry: 17738 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 21952 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 122, EffectBasePoints_2 = 0 + WHERE ID = 30021952; + DELETE FROM acore_world.item_template WHERE entry = 20017738; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17738 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 326, + dmg_max1 = 716, + dmg_min2 = 326, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31021952, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017738; + +-- Item Grovekeeper's Drape Entry: 17739 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017739; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17739 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 181, + stat_type2 = 3, + stat_value2 = 161, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20017739; + +-- Item Soothsayer's Headdress Entry: 17740 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017740; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17740 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 173, + stat_type2 = 45, + stat_value2 = 248, + stat_type3 = 7, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20017740; + +-- Item Gemshard Heart Entry: 17707 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017707; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17707 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 194, + stat_type2 = 5, + stat_value2 = 260, + stat_type3 = 7, + stat_value3 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017707; + +-- Item Charstone Dirk Entry: 17710 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017710; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17710 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 337, + dmg_max1 = 646, + dmg_min2 = 337, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 140, + stat_type2 = 43, + stat_value2 = 58, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017710; + +-- Item Elemental Rockridge Leggings Entry: 17711 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017711; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17711 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 4, + stat_value2 = 241, + stat_type3 = 32, + stat_value3 = 161, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20017711; + +-- Item Blackstone Ring Entry: 17713 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 194, + stat_type2 = 38, + stat_value2 = 260, + stat_type3 = 31, + stat_value3 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017713; + +-- Item Bracers of the Stone Princess Entry: 17714 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 85, + stat_type2 = 5, + stat_value2 = 76, + stat_type3 = 38, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20017714; + +-- Item Eye of Theradras Entry: 17715 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 166, + stat_type2 = 5, + stat_value2 = 234, + stat_type3 = 7, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20017715; + +-- Item Megashot Rifle Entry: 17717 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 353, + dmg_max1 = 718, + dmg_min2 = 353, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 42, + stat_type2 = 38, + stat_value2 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017717; + +-- Item Gizlock's Hypertech Buckler Entry: 17718 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017718; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17718 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 94, + stat_type3 = 43, + stat_value3 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9150 + WHERE entry = 20017718; + +-- Item Inventor's Focal Sword Entry: 17719 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017719; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17719 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 438, + dmg_max1 = 856, + dmg_min2 = 438, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 32, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017719; + +-- Item Albino Crocscale Boots Entry: 17728 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017728; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17728 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 250, + stat_type2 = 7, + stat_value2 = 112, + stat_type3 = 31, + stat_value3 = 62, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1007 + WHERE entry = 20017728; + +-- Item Gatorbite Axe Entry: 17730 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 21949 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 329, EffectBasePoints_2 = 0 + WHERE ID = 30021949; + DELETE FROM acore_world.item_template WHERE entry = 20017730; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17730 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 784, + dmg_max1 = 1499, + dmg_min2 = 784, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31021949, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017730; + +-- Item Rotgrip Mantle Entry: 17732 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017732; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17732 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 257, + stat_type2 = 6, + stat_value2 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20017732; + +-- Item Helm of the Mountain Entry: 17734 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017734; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17734 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 248, + stat_type2 = 12, + stat_value2 = 93, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4118 + WHERE entry = 20017734; + +-- Item Rockgrip Gauntlets Entry: 17736 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017736; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17736 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 38, + stat_value3 = 170, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20017736; + +-- Item Cloud Stone Entry: 17737 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20017737; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17737 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 146, + stat_type2 = 6, + stat_value2 = 146, + stat_type3 = 45, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017737; + +-- Item Fist of Stone Entry: 17943 ItemLevel 305 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 21951 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 366, EffectBasePoints_2 = 0 + WHERE ID = 30021951; + DELETE FROM acore_world.item_template WHERE entry = 20017943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 326, + dmg_max1 = 664, + dmg_min2 = 326, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31021951, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20017943; + +-- Item Necklace of Calisea Entry: 1714 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001714; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1714 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 201, + stat_type3 = 7, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001714; + +-- Item Basilisk Hide Pants Entry: 1718 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001718; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1718 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 269, + stat_type2 = 31, + stat_value2 = 46, + stat_type3 = 7, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20001718; + +-- Item Thornstone Sledgehammer Entry: 1722 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001722; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1722 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 669, + dmg_max1 = 1350, + dmg_min2 = 669, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001722; + +-- Item Blazing Emblem Entry: 2802 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13744, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002802; + +-- Item Umbral Crystal Entry: 13029 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013029; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13029 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 45, + stat_value2 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013029; + +-- Item Jaina's Firestarter Entry: 13064 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 321, + dmg_max1 = 646, + dmg_min2 = 321, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 100, + stat_type2 = 6, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013064; + +-- Item Ogron's Sash Entry: 13117 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013117; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13117 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 115, + stat_type2 = 3, + stat_value2 = 115, + stat_type3 = 7, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013117; + +-- Item Skeletal Shoulders Entry: 13132 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013132; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13132 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 143, + stat_type2 = 7, + stat_value2 = 241, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013132; + +-- Item The Silencer Entry: 13138 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013138; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13138 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 610, + dmg_max1 = 1058, + dmg_min2 = 610, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013138; + +-- Item Ankh of Life Entry: 1713 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14053 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2688, EffectBasePoints_2 = 0 + WHERE ID = 30014053; + DELETE FROM acore_world.item_template WHERE entry = 20001713; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1713 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014053, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001713; + +-- Item Polished Jazeraint Armor Entry: 1715 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001715; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1715 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 134, + stat_type3 = 38, + stat_value3 = 282, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001715; + +-- Item Curve-bladed Ripper Entry: 2815 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002815; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2815 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 338, + dmg_max1 = 676, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 4, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002815; + +-- Item Wirt's Third Leg Entry: 9359 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 421, + dmg_max1 = 819, + dmg_min2 = 421, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20009359; + +-- Item Heaven's Light Entry: 13026 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013026; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13026 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 480, + dmg_max1 = 925, + dmg_min2 = 480, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 3, + stat_value2 = 63, + stat_type3 = 6, + stat_value3 = 72, + stat_type4 = 5, + stat_value4 = 63, + stat_type5 = 7, + stat_value5 = 63, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013026; + +-- Item Witchfury Entry: 13051 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18214 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3057, EffectBasePoints_2 = 0 + WHERE ID = 30018214; + DELETE FROM acore_world.item_template WHERE entry = 20013051; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13051 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 679, + dmg_max1 = 1218, + dmg_min2 = 679, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018214, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013051; + +-- Item Khoo's Point Entry: 13058 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 606, + dmg_max1 = 1071, + dmg_min2 = 606, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 310, + stat_type2 = 6, + stat_value2 = 205, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013058; + +-- Item Plated Fist of Hakoo Entry: 13071 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013071; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13071 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 128, + stat_type2 = 3, + stat_value2 = 128, + stat_type3 = 7, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013071; + +-- Item Assault Band Entry: 13095 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013095; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13095 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 166, + stat_type3 = 38, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013095; + +-- Item Furen's Boots Entry: 13100 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 219, + stat_type2 = 5, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013100; + +-- Item Sheepshear Mantle Entry: 13115 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 89, + stat_type2 = 45, + stat_value2 = 260, + stat_type3 = 7, + stat_value3 = 57, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013115; + +-- Item Enormous Ogre Belt Entry: 13145 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 156, + stat_type2 = 7, + stat_value2 = 94, + stat_type3 = 6, + stat_value3 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013145; + +-- Item Shortsword of Vengeance Entry: 754 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13519 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 557, EffectBasePoints_2 = 0 + WHERE ID = 30013519; + DELETE FROM acore_world.item_template WHERE entry = 20000754; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 754 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 478, + dmg_max1 = 867, + dmg_min2 = 478, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013519, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000754; + +-- Item Tanglewood Staff Entry: 1720 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 847, + dmg_max1 = 1502, + dmg_min2 = 847, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 4, + stat_value2 = 182, + stat_type3 = 45, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001720; + +-- Item Mug O' Hurt Entry: 4090 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20004090; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4090 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 329, + dmg_max1 = 623, + dmg_min2 = 329, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13496, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004090; + +-- Item Widowmaker Entry: 4091 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20004091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 328, + dmg_max1 = 681, + dmg_min2 = 328, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 114, + stat_type2 = 4, + stat_value2 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004091; + +-- Item Forgotten Wraps Entry: 9433 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009433; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9433 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 136, + stat_type2 = 7, + stat_value2 = 71, + stat_type3 = 45, + stat_value3 = 48, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009433; + +-- Item Needle Threader Entry: 13021 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 395, + dmg_max1 = 732, + dmg_min2 = 395, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 74, + stat_type2 = 7, + stat_value2 = 93, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013021; + +-- Item Golem Shard Leggings Entry: 13074 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013074; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13074 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 281, + stat_type2 = 12, + stat_value2 = 62, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013074; + +-- Item Mountainside Buckler Entry: 13082 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 180, + stat_type2 = 5, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20013082; + +-- Item Cassandra's Grace Entry: 13102 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013102; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13102 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 164, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013102; + +-- Item High Bergg Helm Entry: 13128 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013128; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13128 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 181, + stat_type2 = 32, + stat_value2 = 181, + stat_type3 = 7, + stat_value3 = 142, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013128; + +-- Item Gloves of Holy Might Entry: 867 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000867; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 867 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 178, + stat_type2 = 38, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 18074, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20000867; + +-- Item Ardent Custodian Entry: 868 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000868; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 868 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 401, + dmg_max1 = 775, + dmg_min2 = 401, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 62, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20000868; + +-- Item Underworld Band Entry: 1980 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 246, + stat_type3 = 6, + stat_value3 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001980; + +-- Item Bow of Searing Arrows Entry: 2825 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002825; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2825 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 518, + dmg_max1 = 997, + dmg_min2 = 518, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29624, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002825; + +-- Item Icemail Jerkin Entry: 1981 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001981; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1981 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 209, + stat_type3 = 3, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20001981; + +-- Item Nightblade Entry: 1982 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2544, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20001982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 614, + dmg_max1 = 1209, + dmg_min2 = 614, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001982; + +-- Item Gut Ripper Entry: 2164 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18107 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1886, EffectBasePoints_2 = 0 + WHERE ID = 30018107; + DELETE FROM acore_world.item_template WHERE entry = 20002164; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2164 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 320, + dmg_max1 = 645, + dmg_min2 = 320, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018107, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002164; + +-- Item Boots of Avoidance Entry: 14549 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20014549; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14549 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 112, + stat_type2 = 13, + stat_value2 = 116, + stat_type3 = 3, + stat_value3 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20014549; + +-- Item Flurry Axe Entry: 871 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000871; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 871 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 299, + dmg_max1 = 538, + dmg_min2 = 299, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18797, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000871; + +-- Item Robes of Insight Entry: 940 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 299, + stat_type2 = 6, + stat_value2 = 223, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18820, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20000940; + +-- Item Blackskull Shield Entry: 1169 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001169; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1169 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 115, + stat_type2 = 6, + stat_value2 = 174, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001169; + +-- Item Ring of Saviors Entry: 1447 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001447; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1447 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 302, + stat_type2 = 6, + stat_value2 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18826, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001447; + +-- Item Warden Staff Entry: 943 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 566, + dmg_max1 = 1060, + dmg_min2 = 566, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 236, + stat_type2 = 12, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 260 + WHERE entry = 20000943; + +-- Item Precisely Calibrated Boomstick Entry: 2100 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002100; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2100 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 309, + dmg_max1 = 566, + dmg_min2 = 309, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002100; + +-- Item Kang the Decapitator Entry: 2291 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17153 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 810, EffectBasePoints_2 = 0 + WHERE ID = 30017153; + DELETE FROM acore_world.item_template WHERE entry = 20002291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 885, + dmg_max1 = 1662, + dmg_min2 = 885, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017153, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002291; + +-- Item Edgemaster's Handguards Entry: 14551 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20014551; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14551 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 93, + stat_type2 = 37, + stat_value2 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20014551; + +-- Item Elven Spirit Claws Entry: 2564 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002564; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2564 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 141, + stat_type2 = 6, + stat_value2 = 141, + stat_type3 = 5, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20002564; + +-- Item Six Demon Bag Entry: 7734 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20007734; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 7734 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 14537, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20007734; + +-- Item Cow King's Hide Entry: 13009 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013009; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13009 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013009; + +-- Item Basilisk Bone Entry: 13030 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013030; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13030 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013030; + +-- Item Blanchard's Stout Entry: 13046 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013046; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13046 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 638, + dmg_max1 = 1339, + dmg_min2 = 638, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 282, + stat_type2 = 7, + stat_value2 = 239, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013046; + +-- Item Wand of Allistarj Entry: 13065 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013065; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13065 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 348, + dmg_max1 = 718, + dmg_min2 = 348, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013065; + +-- Item Wyrmslayer Spaulders Entry: 13066 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013066; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13066 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 131, + stat_type2 = 4, + stat_value2 = 167, + stat_type3 = 7, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013066; + +-- Item Horizon Choker Entry: 13085 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 144, + stat_type2 = 7, + stat_value2 = 144, + stat_type3 = 5, + stat_value3 = 302, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013085; + +-- Item Elven Chain Boots Entry: 13125 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013125; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13125 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 75, + stat_type3 = 31, + stat_value3 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013125; + +-- Item Guttbuster Entry: 13139 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013139; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13139 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 502, + dmg_max1 = 1051, + dmg_min2 = 502, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 105, + stat_type2 = 4, + stat_value2 = 59, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013139; + +-- Item Executioner's Cleaver Entry: 13018 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013018; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13018 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 896, + dmg_max1 = 1603, + dmg_min2 = 896, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 318, + stat_type2 = 31, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013018; + +-- Item Serpent Slicer Entry: 13035 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17511 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 103, EffectBasePoints_2 = 0 + WHERE ID = 30017511; + DELETE FROM acore_world.item_template WHERE entry = 20013035; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13035 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 498, + dmg_max1 = 903, + dmg_min2 = 498, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017511, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013035; + +-- Item Skull Splitting Crossbow Entry: 13039 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013039; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13039 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 468, + dmg_max1 = 1020, + dmg_min2 = 468, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 62, + stat_type2 = 38, + stat_value2 = 102, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013039; + +-- Item Blade of the Titans Entry: 13043 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013043; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13043 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 822, + dmg_max1 = 1502, + dmg_min2 = 822, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 321, + stat_type2 = 4, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013043; + +-- Item Bonechewer Entry: 13055 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 632, + dmg_max1 = 1181, + dmg_min2 = 632, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 318, + stat_type2 = 7, + stat_value2 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013055; + +-- Item Giantslayer Bracers Entry: 13076 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013076; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13076 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 112, + stat_type2 = 3, + stat_value2 = 75, + stat_type3 = 7, + stat_value3 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013076; + +-- Item Skibi's Pendant Entry: 13089 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 124, + stat_type2 = 4, + stat_value2 = 170, + stat_type3 = 3, + stat_value3 = 296, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013089; + +-- Item Blackflame Cape Entry: 13109 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013109; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13109 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 220, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013109; + +-- Item Winged Helm Entry: 13112 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013112; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13112 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 109, + stat_type2 = 45, + stat_value2 = 288, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 861 + WHERE entry = 20013112; + +-- Item Belt of the Gladiator Entry: 13134 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 182, + stat_type2 = 7, + stat_value2 = 105, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013134; + +-- Item Robe of the Magi Entry: 1716 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001716; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1716 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 166, + stat_type3 = 45, + stat_value3 = 261, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20001716; + +-- Item Elemental Raiment Entry: 9434 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20009434; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9434 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20009434; + +-- Item Hellslayer Battle Axe Entry: 13017 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013017; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13017 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 655, + dmg_max1 = 1223, + dmg_min2 = 655, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18198, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013017; + +-- Item Speedsteel Rapier Entry: 13034 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013034; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13034 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 330, + dmg_max1 = 598, + dmg_min2 = 330, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 77, + stat_type2 = 3, + stat_value2 = 137, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013034; + +-- Item Swiftwind Entry: 13038 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013038; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13038 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 366, + dmg_max1 = 732, + dmg_min2 = 366, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013038; + +-- Item Sword of the Magistrate Entry: 13042 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013042; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13042 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 800, + dmg_max1 = 1425, + dmg_min2 = 800, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 6, + stat_value2 = 194, + stat_type3 = 7, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013042; + +-- Item Grim Reaper Entry: 13054 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14126 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2912, EffectBasePoints_2 = 0 + WHERE ID = 30014126; + DELETE FROM acore_world.item_template WHERE entry = 20013054; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13054 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 752, + dmg_max1 = 1359, + dmg_min2 = 752, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014126, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013054; + +-- Item Gazlowe's Charm Entry: 13088 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 294, + stat_type2 = 4, + stat_value2 = 162, + stat_type3 = 6, + stat_value3 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013088; + +-- Item Crushridge Bindings Entry: 13199 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 87, + stat_type2 = 7, + stat_value2 = 138, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013199; + +-- Item Dazzling Longsword Entry: 869 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000869; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 869 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 325, + dmg_max1 = 623, + dmg_min2 = 325, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13752, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000869; + +-- Item Fiery War Axe Entry: 870 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18796 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3476, EffectBasePoints_2 = 158 + WHERE ID = 30018796; + DELETE FROM acore_world.item_template WHERE entry = 20000870; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 870 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 722, + dmg_max1 = 1329, + dmg_min2 = 722, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018796, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000870; + +-- Item Staff of Jordan Entry: 873 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000873; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 873 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 750, + dmg_max1 = 1610, + dmg_min2 = 750, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 198, + stat_type2 = 6, + stat_value2 = 198, + stat_type3 = 45, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000873; + +-- Item The Green Tower Entry: 1204 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 119, + stat_type2 = 7, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18097, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001204; + +-- Item Eye of Adaegus Entry: 5266 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20005266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 162, + stat_type2 = 5, + stat_value2 = 178, + stat_type3 = 6, + stat_value3 = 267, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005266; + +-- Item Uther's Strength Entry: 11302 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20011302; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11302 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 8397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011302; + +-- Item Dalewind Trousers Entry: 13008 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013008; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13008 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 104, + stat_type2 = 6, + stat_value2 = 264, + stat_type3 = 5, + stat_value3 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013008; + +-- Item Axe of Rin'ji Entry: 13014 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013014; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13014 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 313, + dmg_max1 = 691, + dmg_min2 = 313, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 133, + stat_type2 = 3, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013014; + +-- Item Bonesnapper Entry: 13027 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013027; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13027 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 538, + dmg_max1 = 983, + dmg_min2 = 538, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 133, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013027; + +-- Item Warmonger Entry: 13052 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013052; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13052 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 618, + dmg_max1 = 1315, + dmg_min2 = 618, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 96, + stat_type2 = 31, + stat_value2 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013052; + +-- Item Stoneraven Entry: 13059 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 822, + dmg_max1 = 1513, + dmg_min2 = 822, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 178, + stat_type2 = 3, + stat_value2 = 178, + stat_type3 = 7, + stat_value3 = 194, + stat_type4 = 6, + stat_value4 = 144, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013059; + +-- Item Mugthol's Helm Entry: 13073 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013073; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13073 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 184, + stat_type3 = 6, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013073; + +-- Item Battlecaller Gauntlets Entry: 13126 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013126; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13126 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 64, + stat_type2 = 7, + stat_value2 = 71, + stat_type3 = 38, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20013126; + +-- Item Serenity Belt Entry: 13144 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013144; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13144 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 470 + WHERE entry = 20013144; + +-- Item Bloodrazor Entry: 809 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17504 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 158, EffectBasePoints_2 = 0 + WHERE ID = 30017504; + DELETE FROM acore_world.item_template WHERE entry = 20000809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 437, + dmg_max1 = 997, + dmg_min2 = 437, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017504, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000809; + +-- Item Lei of Lilies Entry: 1315 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001315; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1315 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 229, + stat_type2 = 6, + stat_value2 = 291, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18831, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001315; + +-- Item Wall of the Dead Entry: 1979 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20001979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 129, + stat_type2 = 7, + stat_value2 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 19409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7826 + WHERE entry = 20001979; + +-- Item Stonerender Gauntlets Entry: 17007 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20017007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 17007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 164, + stat_type2 = 7, + stat_value2 = 109, + stat_type3 = 5, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1859 + WHERE entry = 20017007; + +-- Item Freezing Band Entry: 942 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20000942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 392, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18799, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000942; + +-- Item Shadowblade Entry: 2163 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1857, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20002163; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2163 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 241, + dmg_max1 = 476, + dmg_min2 = 241, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002163; + +-- Item Hurricane Entry: 2824 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20002824; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2824 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 330, + dmg_max1 = 632, + dmg_min2 = 330, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29501, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002824; + +-- Item Taran Icebreaker Entry: 2915 ItemLevel 301 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16415 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3108, EffectBasePoints_2 = 138 + WHERE ID = 30016415; + DELETE FROM acore_world.item_template WHERE entry = 20002915; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2915 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 527, + dmg_max1 = 1047, + dmg_min2 = 527, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016415, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002915; + +-- Item Obsidian Greaves Entry: 13068 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20013068; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13068 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 153, + stat_type2 = 3, + stat_value2 = 114, + stat_type3 = 4, + stat_value3 = 153, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3522 + WHERE entry = 20013068; + +-- Item Khorium Band of Frost Entry: 24080 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024080; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24080 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024080; + +-- Item Khorium Inferno Band Entry: 24082 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024082; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24082 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024082; + +-- Item Khorium Band of Shadows Entry: 24079 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 112, + stat_type2 = 7, + stat_value2 = 243, + stat_type3 = 45, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024079; + +-- Item Khorium Band of Leaves Entry: 24085 ItemLevel 301 + DELETE FROM acore_world.item_template WHERE entry = 20024085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 301, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 112, + stat_type2 = 7, + stat_value2 = 243, + stat_type3 = 45, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024085; + +-- Item Cursed Felblade Entry: 14145 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 479, + dmg_max1 = 1012, + dmg_min2 = 479, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 193, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014145; + +-- Item Crystalline Cuffs Entry: 14148 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014148; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14148 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 105, + stat_type2 = 45, + stat_value2 = 105, + stat_type3 = 6, + stat_value3 = 105, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20014148; + +-- Item Subterranean Cape Entry: 14149 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014149; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14149 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 171, + stat_type2 = 4, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20014149; + +-- Item Cavedweller Bracers Entry: 14147 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014147; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14147 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 123, + stat_type2 = 7, + stat_value2 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2174 + WHERE entry = 20014147; + +-- Item Robe of Evocation Entry: 14150 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014150; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14150 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 252, + stat_type2 = 5, + stat_value2 = 252, + stat_type3 = 7, + stat_value3 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 549 + WHERE entry = 20014150; + +-- Item Chanting Blade Entry: 14151 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20014151; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14151 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 307, + dmg_max1 = 562, + dmg_min2 = 307, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 143, + stat_type2 = 7, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014151; + +-- Item Chestplate of Tranquility Entry: 18373 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018373; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18373 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 45, + stat_value2 = 210, + stat_type3 = 5, + stat_value3 = 285, + stat_type4 = 6, + stat_value4 = 144, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018373; + +-- Item Bracers of the Eclipse Entry: 18375 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018375; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18375 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 101, + stat_type2 = 38, + stat_value2 = 120, + stat_type3 = 3, + stat_value3 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018375; + +-- Item Timeworn Mace Entry: 18376 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018376; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18376 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 465, + dmg_max1 = 904, + dmg_min2 = 465, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 115, + stat_type2 = 7, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 120 + WHERE entry = 20018376; + +-- Item Silvermoon Leggings Entry: 18378 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018378; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18378 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 197, + stat_type2 = 3, + stat_value2 = 114, + stat_type3 = 45, + stat_value3 = 142, + stat_type4 = 5, + stat_value4 = 197, + stat_type5 = 6, + stat_value5 = 152, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018378; + +-- Item Eldritch Reinforced Legplates Entry: 18380 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018380; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18380 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 189, + stat_type2 = 7, + stat_value2 = 220, + stat_type3 = 3, + stat_value3 = 142, + stat_type4 = 32, + stat_value4 = 180, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018380; + +-- Item Stoneshatter Entry: 18388 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018388; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18388 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 671, + dmg_max1 = 1304, + dmg_min2 = 671, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 32, + stat_value1 = 152, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018388; + +-- Item Distracting Dagger Entry: 18392 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018392; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18392 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 255, + dmg_max1 = 518, + dmg_min2 = 255, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 37, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018392; + +-- Item Emerald Flame Ring Entry: 18395 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 5, + stat_value3 = 273, + stat_type4 = 6, + stat_value4 = 215, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018395; + +-- Item Mind Carver Entry: 18396 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018396; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18396 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 399, + dmg_max1 = 768, + dmg_min2 = 399, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 341, + stat_type2 = 45, + stat_value2 = 289, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018396; + +-- Item Mindtap Talisman Entry: 18371 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018371; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18371 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 43, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018371; + +-- Item Flamescarred Shoulders Entry: 18374 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018374; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18374 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 179, + stat_type2 = 3, + stat_value2 = 189, + stat_type3 = 4, + stat_value3 = 189, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018374; + +-- Item Elder Magus Pendant Entry: 18397 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018397; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18397 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 289, + stat_type2 = 6, + stat_value2 = 234, + stat_type3 = 7, + stat_value3 = 215, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018397; + +-- Item Force Imbued Gauntlets Entry: 18383 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018383; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18383 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 215, + stat_type2 = 12, + stat_value2 = 67, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018383; + +-- Item Padre's Trousers Entry: 18386 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018386; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18386 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 171, + stat_type2 = 5, + stat_value2 = 239, + stat_type3 = 43, + stat_value3 = 120, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018386; + +-- Item Tanglemoss Leggings Entry: 18390 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018390; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18390 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 171, + stat_type2 = 7, + stat_value2 = 162, + stat_type3 = 32, + stat_value3 = 180, + stat_type4 = 5, + stat_value4 = 220, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018390; + +-- Item Warpwood Binding Entry: 18393 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018393; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18393 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 139, + stat_type2 = 3, + stat_value2 = 139, + stat_type3 = 5, + stat_value3 = 107, + stat_type4 = 7, + stat_value4 = 85, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018393; + +-- Item Blade of the New Moon Entry: 18372 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018372; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18372 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 287, + dmg_max1 = 533, + dmg_min2 = 287, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 151, + stat_type2 = 7, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018372; + +-- Item Quickdraw Gloves Entry: 18377 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018377; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18377 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 129, + stat_type2 = 4, + stat_value2 = 119, + stat_type3 = 7, + stat_value3 = 119, + stat_type4 = 13, + stat_value4 = 104, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018377; + +-- Item Odious Greaves Entry: 18379 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018379; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18379 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 142, + stat_type2 = 38, + stat_value2 = 158, + stat_type3 = 7, + stat_value3 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018379; + +-- Item Evil Eye Pendant Entry: 18381 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018381; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18381 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 351, + stat_type2 = 12, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018381; + +-- Item Bile-etched Spaulders Entry: 18384 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018384; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18384 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 117, + stat_type2 = 5, + stat_value2 = 117, + stat_type3 = 12, + stat_value3 = 61, + stat_type4 = 4, + stat_value4 = 220, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018384; + +-- Item Robe of Everlasting Night Entry: 18385 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018385; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18385 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 234, + stat_type2 = 7, + stat_value2 = 215, + stat_type3 = 6, + stat_value3 = 137, + stat_type4 = 45, + stat_value4 = 248, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018385; + +-- Item Cloak of the Cosmos Entry: 18389 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018389; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18389 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 164, + stat_type2 = 7, + stat_value2 = 126, + stat_type3 = 45, + stat_value3 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018389; + +-- Item Eyestalk Cord Entry: 18391 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018391; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18391 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 7, + stat_value2 = 121, + stat_type3 = 45, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018391; + +-- Item Demon Howl Wristguards Entry: 18394 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018394; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18394 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 169, + stat_type2 = 38, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018394; + +-- Item Grimy Metal Boots Entry: 18521 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018521; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18521 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 239, + stat_type2 = 13, + stat_value2 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018521; + +-- Item Band of the Ogre King Entry: 18522 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018522; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18522 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 323, + stat_type2 = 7, + stat_value2 = 308, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018522; + +-- Item Brightly Glowing Stone Entry: 18523 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018523; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18523 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 158, + stat_type2 = 45, + stat_value2 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018523; + +-- Item Leggings of Destruction Entry: 18524 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018524; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18524 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 176, + stat_type2 = 5, + stat_value2 = 166, + stat_type3 = 7, + stat_value3 = 217, + stat_type4 = 32, + stat_value4 = 176, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018524; + +-- Item Bracers of Prosperity Entry: 18525 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018525; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18525 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 6, + stat_value3 = 74, + stat_type4 = 45, + stat_value4 = 83, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018525; + +-- Item Crown of the Ogre King Entry: 18526 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018526; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18526 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 194, + stat_type2 = 6, + stat_value2 = 146, + stat_type3 = 7, + stat_value3 = 179, + stat_type4 = 32, + stat_value4 = 167, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018526; + +-- Item Harmonious Gauntlets Entry: 18527 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018527; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18527 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 105, + stat_type2 = 6, + stat_value2 = 105, + stat_type3 = 7, + stat_value3 = 105, + stat_type4 = 45, + stat_value4 = 193, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018527; + +-- Item Bulky Iron Spaulders Entry: 18493 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018493; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18493 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 199, + stat_type2 = 7, + stat_value2 = 172, + stat_type3 = 6, + stat_value3 = 103, + stat_type4 = 12, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018493; + +-- Item Denwatcher's Shoulders Entry: 18494 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018494; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18494 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 162, + stat_type2 = 45, + stat_value2 = 151, + stat_type3 = 5, + stat_value3 = 162, + stat_type4 = 6, + stat_value4 = 162, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018494; + +-- Item Heliotrope Cloak Entry: 18496 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018496; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18496 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 160, + stat_type2 = 32, + stat_value2 = 193, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018496; + +-- Item Sublime Wristguards Entry: 18497 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018497; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18497 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 83, + stat_type2 = 45, + stat_value2 = 83, + stat_type3 = 5, + stat_value3 = 114, + stat_type4 = 6, + stat_value4 = 83, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018497; + +-- Item Hedgecutter Entry: 18498 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018498; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18498 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 367, + dmg_max1 = 729, + dmg_min2 = 367, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 163, + stat_type2 = 4, + stat_value2 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018498; + +-- Item Bulky Iron Spaulders Entry: 18493 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018493; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18493 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 199, + stat_type2 = 7, + stat_value2 = 172, + stat_type3 = 6, + stat_value3 = 103, + stat_type4 = 12, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018493; + +-- Item Denwatcher's Shoulders Entry: 18494 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018494; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18494 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 162, + stat_type2 = 6, + stat_value2 = 162, + stat_type3 = 7, + stat_value3 = 162, + stat_type4 = 45, + stat_value4 = 151, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018494; + +-- Item Heliotrope Cloak Entry: 18496 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018496; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18496 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 160, + stat_type2 = 32, + stat_value2 = 193, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018496; + +-- Item Sublime Wristguards Entry: 18497 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018497; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18497 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 114, + stat_type2 = 6, + stat_value2 = 83, + stat_type3 = 7, + stat_value3 = 83, + stat_type4 = 45, + stat_value4 = 83, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018497; + +-- Item Hedgecutter Entry: 18498 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018498; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18498 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 367, + dmg_max1 = 741, + dmg_min2 = 367, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 163, + stat_type2 = 4, + stat_value2 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018498; + +-- Item Monstrous Glaive Entry: 18502 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018502; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18502 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 723, + dmg_max1 = 1501, + dmg_min2 = 723, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 289, + stat_type2 = 14, + stat_value2 = 269, + stat_type3 = 12, + stat_value3 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018502; + +-- Item Kromcrush's Chestplate Entry: 18503 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018503; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18503 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 252, + stat_type2 = 7, + stat_value2 = 252, + stat_type3 = 12, + stat_value3 = 92, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018503; + +-- Item Mugger's Belt Entry: 18505 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018505; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18505 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 151, + stat_type2 = 37, + stat_value2 = 129, + stat_type3 = 32, + stat_value3 = 139, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018505; + +-- Item Boots of the Full Moon Entry: 18507 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018507; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18507 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 161, + stat_type2 = 6, + stat_value2 = 138, + stat_type3 = 7, + stat_value3 = 161, + stat_type4 = 45, + stat_value4 = 120, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018507; + +-- Item Mana Channeling Wand Entry: 18483 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018483; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18483 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 354, + dmg_max1 = 730, + dmg_min2 = 354, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 43, + stat_value1 = 76, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018483; + +-- Item Cho'Rush's Blade Entry: 18484 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018484; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18484 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 479, + dmg_max1 = 965, + dmg_min2 = 479, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018484; + +-- Item Observer's Shield Entry: 18485 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018485; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18485 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 136, + stat_type2 = 5, + stat_value2 = 177, + stat_type3 = 6, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20018485; + +-- Item Insightful Hood Entry: 18490 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018490; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18490 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 127, + stat_type2 = 5, + stat_value2 = 171, + stat_type3 = 6, + stat_value3 = 127, + stat_type4 = 7, + stat_value4 = 150, + stat_type5 = 32, + stat_value5 = 167, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018490; + +-- Item Quel'dorei Channeling Rod Entry: 18311 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018311; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18311 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 709, + dmg_max1 = 1354, + dmg_min2 = 709, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 239, + stat_type2 = 7, + stat_value2 = 150, + stat_type3 = 6, + stat_value3 = 150, + stat_type4 = 43, + stat_value4 = 143, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018311; + +-- Item Felhide Cap Entry: 18325 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018325; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18325 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 285, + stat_type2 = 7, + stat_value2 = 225, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018325; + +-- Item Tempest Talisman Entry: 18317 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018317; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18317 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 323, + stat_type2 = 5, + stat_value2 = 215, + stat_type3 = 6, + stat_value3 = 195, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018317; + +-- Item Waterspout Boots Entry: 18322 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018322; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18322 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 222, + stat_type3 = 5, + stat_value3 = 142, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018322; + +-- Item Waveslicer Entry: 18324 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018324; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18324 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 843, + dmg_max1 = 1605, + dmg_min2 = 843, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 368, + stat_type2 = 32, + stat_value2 = 256, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018324; + +-- Item Helm of Awareness Entry: 18313 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018313; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18313 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 229, + stat_type2 = 13, + stat_value2 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018313; + +-- Item Fervent Helm Entry: 18319 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018319; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18319 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 385, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21601, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018319; + +-- Item Satyr's Bow Entry: 18323 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018323; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18323 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 531, + dmg_max1 = 1103, + dmg_min2 = 531, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 65, + stat_type2 = 31, + stat_value2 = 72, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018323; + +-- Item Gloves of Restoration Entry: 18309 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018309; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18309 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 158, + stat_type2 = 5, + stat_value2 = 149, + stat_type3 = 45, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20018309; + +-- Item Fiendish Machete Entry: 18310 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018310; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18310 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 529, + dmg_max1 = 914, + dmg_min2 = 529, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 199, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 22836, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018310; + +-- Item Energized Chestplate Entry: 18312 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018312; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18312 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 195, + stat_type2 = 7, + stat_value2 = 248, + stat_type3 = 5, + stat_value3 = 185, + stat_type4 = 43, + stat_value4 = 105, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018312; + +-- Item Ring of Demonic Guile Entry: 18314 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018314; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18314 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 43, + stat_value1 = 187, + stat_type2 = 5, + stat_value2 = 248, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018314; + +-- Item Ring of Demonic Potency Entry: 18315 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018315; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18315 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 473, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21598, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018315; + +-- Item Merciful Greaves Entry: 18318 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 193, + stat_type2 = 7, + stat_value2 = 193, + stat_type3 = 45, + stat_value3 = 120, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20018318; + +-- Item Energetic Rod Entry: 18321 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 493, + dmg_max1 = 918, + dmg_min2 = 493, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 285, + stat_type2 = 45, + stat_value2 = 344, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018321; + +-- Item Razor Gauntlets Entry: 18326 ItemLevel 315 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 20886 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 20, EffectBasePoints_2 = 0 + WHERE ID = 30020886; + DELETE FROM acore_world.item_template WHERE entry = 20018326; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18326 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 296, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31020886, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20018326; + +-- Item Whipvine Cord Entry: 18327 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018327; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18327 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 93, + stat_type2 = 45, + stat_value2 = 110, + stat_type3 = 5, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018327; + +-- Item Shadewood Cloak Entry: 18328 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20018328; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18328 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20018328; + +-- Item Lord Alexander's Battle Axe Entry: 13003 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013003; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13003 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 736, + dmg_max1 = 1406, + dmg_min2 = 736, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 212, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 3, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013003; + +-- Item Elder Wizard's Mantle Entry: 13013 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013013; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13013 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 261, + stat_type2 = 45, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013013; + +-- Item Assassination Blade Entry: 13036 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013036; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13036 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 526, + dmg_max1 = 1001, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 63, + stat_type2 = 32, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013036; + +-- Item Heartseeking Crossbow Entry: 13040 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013040; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13040 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 614, + dmg_max1 = 1229, + dmg_min2 = 614, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29626, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013040; + +-- Item Demonslayer Entry: 13044 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013044; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13044 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 787, + dmg_max1 = 1436, + dmg_min2 = 787, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18212, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013044; + +-- Item Frenzied Striker Entry: 13056 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013056; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13056 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 711, + dmg_max1 = 1288, + dmg_min2 = 711, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 14, + stat_value1 = 270, + stat_type2 = 31, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013056; + +-- Item Girdle of Uther Entry: 13077 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013077; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13077 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 87, + stat_type2 = 7, + stat_value2 = 92, + stat_type3 = 6, + stat_value3 = 92, + stat_type4 = 5, + stat_value4 = 87, + stat_type5 = 3, + stat_value5 = 87, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013077; + +-- Item Medallion of Grand Marshal Morris Entry: 13091 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 208, + stat_type2 = 12, + stat_value2 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013091; + +-- Item Serpentine Sash Entry: 13118 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013118; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13118 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 130, + stat_type2 = 3, + stat_value2 = 130, + stat_type3 = 4, + stat_value3 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013118; + +-- Item Windrunner Legguards Entry: 13130 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013130; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13130 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013130; + +-- Item The Shadowfoot Stabber Entry: 24222 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 370, + dmg_max1 = 647, + dmg_min2 = 370, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 38, + stat_value2 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024222; + +-- Item Orb of Deception Entry: 1973 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001973; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1973 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 16739, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001973; + +-- Item Lapidis Tankard of Tidesippe Entry: 4696 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20004696; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 4696 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 0, + stat_type2 = 6, + stat_value2 = 282, + stat_type3 = 5, + stat_value3 = 142, + stat_type4 = 43, + stat_value4 = 71, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20004696; + +-- Item Lady Alizabeth's Pendant Entry: 13002 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013002; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13002 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 219, + stat_type2 = 6, + stat_value2 = 315, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013002; + +-- Item Torch of Austen Entry: 13004 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013004; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13004 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 294, + dmg_max1 = 555, + dmg_min2 = 294, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013004; + +-- Item Mageflame Cloak Entry: 13007 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013007; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13007 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 227, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013007; + +-- Item Twig of the World Tree Entry: 13047 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013047; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13047 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 952, + dmg_max1 = 1740, + dmg_min2 = 952, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 254, + stat_type3 = 4, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013047; + +-- Item Sapphiron's Scale Boots Entry: 13070 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013070; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13070 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 121, + stat_type2 = 4, + stat_value2 = 158, + stat_type3 = 7, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013070; + +-- Item Wolfrunner Shoes Entry: 13101 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013101; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13101 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 133, + stat_type2 = 6, + stat_value2 = 133, + stat_type3 = 5, + stat_value3 = 133, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013101; + +-- Item Lordly Armguards Entry: 13135 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013135; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13135 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 67, + stat_type2 = 6, + stat_value2 = 73, + stat_type3 = 7, + stat_value3 = 73, + stat_type4 = 5, + stat_value4 = 67, + stat_type5 = 3, + stat_value5 = 67, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013135; + +-- Item Shell Launcher Shotgun Entry: 13146 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013146; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13146 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 497, + dmg_max1 = 960, + dmg_min2 = 497, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29635, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013146; + +-- Item Skullflame Shield Entry: 1168 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001168; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1168 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18815, + spellid_2 = 18816, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001168; + +-- Item Dwarven Hand Cannon Entry: 2099 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 609, + dmg_max1 = 1141, + dmg_min2 = 609, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29625, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002099; + +-- Item Helm of Narv Entry: 2245 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002245; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2245 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 6, + stat_value2 = 160, + stat_type3 = 7, + stat_value3 = 222, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20002245; + +-- Item Myrmidon's Signet Entry: 2246 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002246; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2246 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 270, + stat_type2 = 4, + stat_value2 = 196, + stat_type3 = 3, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002246; + +-- Item Earthborn Kilt Entry: 9402 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20009402; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9402 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 290, + stat_type2 = 7, + stat_value2 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20009402; + +-- Item Maiden's Circle Entry: 13001 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013001; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13001 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 188, + stat_type2 = 5, + stat_value2 = 208, + stat_type3 = 45, + stat_value3 = 240, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013001; + +-- Item Serathil Entry: 13015 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013015; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13015 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 380, + dmg_max1 = 704, + dmg_min2 = 380, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 100 + WHERE entry = 20013015; + +-- Item Bludstone Hammer Entry: 13028 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013028; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13028 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 357, + dmg_max1 = 772, + dmg_min2 = 357, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 83, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013028; + +-- Item Doombringer Entry: 13053 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18211 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1928, EffectBasePoints_2 = 0 + WHERE ID = 30018211; + DELETE FROM acore_world.item_template WHERE entry = 20013053; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13053 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 605, + dmg_max1 = 1201, + dmg_min2 = 605, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018211, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013053; + +-- Item The Needler Entry: 13060 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1150, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20013060; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13060 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 490, + dmg_max1 = 1034, + dmg_min2 = 490, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013060; + +-- Item Stonegrip Gauntlets Entry: 13072 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013072; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13072 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 12, + stat_value3 = 55, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013072; + +-- Item Band of the Hierophant Entry: 13096 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013096; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13096 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 223, + stat_type2 = 7, + stat_value2 = 180, + stat_type3 = 6, + stat_value3 = 234, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013096; + +-- Item Spaulders of the Unseen Entry: 13116 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013116; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13116 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 240, + stat_type2 = 5, + stat_value2 = 88, + stat_type3 = 7, + stat_value3 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013116; + +-- Item Drakesfire Epaulets Entry: 13133 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013133; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13133 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 100, + stat_type3 = 6, + stat_value3 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013133; + +-- Item Scarlet Kris Entry: 5267 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 309, + dmg_max1 = 552, + dmg_min2 = 309, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005267; + +-- Item Sword of Zeal Entry: 6622 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006622; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6622 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 507, + dmg_max1 = 1007, + dmg_min2 = 507, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006622; + +-- Item Staff of Hale Magefire Entry: 13000 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013000; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13000 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 770, + dmg_max1 = 1427, + dmg_min2 = 770, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 260, + stat_type2 = 5, + stat_value2 = 279, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013000; + +-- Item Mass of McGowan Entry: 13006 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013006; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13006 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 507, + dmg_max1 = 1069, + dmg_min2 = 507, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 114, + stat_type2 = 4, + stat_value2 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013006; + +-- Item Eaglehorn Long Bow Entry: 13023 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013023; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13023 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 356, + dmg_max1 = 702, + dmg_min2 = 356, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 106, + stat_type2 = 7, + stat_value2 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013023; + +-- Item Direwing Legguards Entry: 13075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 154, + stat_type2 = 7, + stat_value2 = 161, + stat_type3 = 6, + stat_value3 = 161, + stat_type4 = 3, + stat_value4 = 154, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013075; + +-- Item Garrett Family Crest Entry: 13083 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013083; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13083 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 176, + stat_type2 = 3, + stat_value2 = 86, + stat_type3 = 5, + stat_value3 = 75, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20013083; + +-- Item Magiskull Cuffs Entry: 13107 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013107; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13107 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 145, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013107; + +-- Item Feathermoon Headdress Entry: 13113 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013113; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13113 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 247, + stat_type2 = 7, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013113; + +-- Item Dreamwalker Armor Entry: 13123 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013123; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13123 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 219, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 5, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013123; + +-- Item Aegis of Stormwind Entry: 1203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 186, + stat_type2 = 4, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20001203; + +-- Item Soulkeeper Entry: 1607 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001607; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1607 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 874, + dmg_max1 = 1656, + dmg_min2 = 874, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 329, + stat_type2 = 5, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001607; + +-- Item Viking Warhammer Entry: 1721 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 487, + dmg_max1 = 909, + dmg_min2 = 487, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 4, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001721; + +-- Item Julie's Dagger Entry: 6660 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20006660; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 6660 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 235, + dmg_max1 = 449, + dmg_min2 = 235, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20006660; + +-- Item Hanzo Sword Entry: 8190 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16405 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1255, EffectBasePoints_2 = 0 + WHERE ID = 30016405; + DELETE FROM acore_world.item_template WHERE entry = 20008190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 8190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 259, + dmg_max1 = 515, + dmg_min2 = 259, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016405, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20008190; + +-- Item Gryphonwing Long Bow Entry: 13022 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013022; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13022 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 559, + dmg_max1 = 1070, + dmg_min2 = 559, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 103, + stat_type2 = 7, + stat_value2 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013022; + +-- Item Hydralick Armor Entry: 13067 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013067; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13067 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 267, + stat_type3 = 3, + stat_value3 = 158, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013067; + +-- Item Sandals of the Insurgent Entry: 13111 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013111; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13111 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 135, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013111; + +-- Item Deepfury Bracers Entry: 13120 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013120; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13120 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 138, + stat_type2 = 7, + stat_value2 = 63, + stat_type3 = 4, + stat_value3 = 63, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20013120; + +-- Item Dark Phantom Cape Entry: 13122 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013122; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13122 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 186, + stat_type2 = 6, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013122; + +-- Item Hammer of the Northern Wind Entry: 810 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 403, + dmg_max1 = 732, + dmg_min2 = 403, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 13439, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000810; + +-- Item Glowing Brightwood Staff Entry: 812 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 798, + dmg_max1 = 1468, + dmg_min2 = 798, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 285, + stat_type2 = 7, + stat_value2 = 193, + stat_type3 = 6, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000812; + +-- Item Eye of Flame Entry: 3075 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20003075; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3075 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 150, + stat_type2 = 6, + stat_value2 = 150, + stat_type3 = 45, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20003075; + +-- Item Stockade Pauldrons Entry: 14552 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014552; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14552 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 188, + stat_type2 = 6, + stat_value2 = 126, + stat_type3 = 12, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014552; + +-- Item Destiny Entry: 647 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000647; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 647 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 598, + dmg_max1 = 1222, + dmg_min2 = 598, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17152, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000647; + +-- Item Axe of the Deep Woods Entry: 811 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18104 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1456, EffectBasePoints_2 = 0 + WHERE ID = 30018104; + DELETE FROM acore_world.item_template WHERE entry = 20000811; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 811 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 533, + dmg_max1 = 964, + dmg_min2 = 533, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018104, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000811; + +-- Item Lifestone Entry: 833 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17712 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 4981, EffectBasePoints_2 = 0 + WHERE ID = 30017712; + DELETE FROM acore_world.item_template WHERE entry = 20000833; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 833 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 46, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 5707, + spellid_2 = 30017712, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000833; + +-- Item Krol Blade Entry: 2244 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002244; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2244 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 576, + dmg_max1 = 1007, + dmg_min2 = 576, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 79, + stat_type2 = 7, + stat_value2 = 65, + stat_type3 = 32, + stat_value3 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002244; + +-- Item Elemental Mage Staff Entry: 944 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000944; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 944 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 736, + dmg_max1 = 1527, + dmg_min2 = 736, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000944; + +-- Item Brain Hacker Entry: 1263 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17148 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3094, EffectBasePoints_2 = -404 + WHERE ID = 30017148; + DELETE FROM acore_world.item_template WHERE entry = 20001263; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1263 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 526, + dmg_max1 = 995, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017148, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001263; + +-- Item Jeweled Amulet of Cainwyn Entry: 1443 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20001443; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1443 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 270, + stat_type2 = 6, + stat_value2 = 193, + stat_type3 = 7, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20001443; + +-- Item Sash of Mercy Entry: 14553 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014553; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14553 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 104, + stat_type2 = 7, + stat_value2 = 128, + stat_type3 = 45, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20014553; + +-- Item Hand of Edward the Odd Entry: 2243 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 316, + dmg_max1 = 575, + dmg_min2 = 316, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 22, + stat_type2 = 5, + stat_value2 = 26, + stat_type3 = 0, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002243; + +-- Item Cloudkeeper Legplates Entry: 14554 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20014554; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14554 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 130, + stat_type2 = 4, + stat_value2 = 130, + stat_type3 = 3, + stat_value3 = 130, + stat_type4 = 38, + stat_value4 = 222, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20014554; + +-- Item Alcor's Sunrazor Entry: 14555 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18833 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1095, EffectBasePoints_2 = 0 + WHERE ID = 30018833; + DELETE FROM acore_world.item_template WHERE entry = 20014555; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 14555 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 221, + dmg_max1 = 464, + dmg_min2 = 221, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018833, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20014555; + +-- Item Idol of the Moon Entry: 23197 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023197; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23197 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28854, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023197; + +-- Item Totem of the Storm Entry: 23199 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023199; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23199 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 28857, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023199; + +-- Item Libram of Fervor Entry: 23203 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20023203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 60804, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023203; + +-- Item Eye of Adaegus Entry: 5266 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20005266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 5266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 276, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 5, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20005266; + +-- Item Uther's Strength Entry: 11302 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20011302; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 11302 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 8397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20011302; + +-- Item Dalewind Trousers Entry: 13008 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013008; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13008 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 273, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 7, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013008; + +-- Item Axe of Rin'ji Entry: 13014 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013014; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13014 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 375, + dmg_max1 = 725, + dmg_min2 = 375, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 3, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013014; + +-- Item Bonesnapper Entry: 13027 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013027; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13027 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 482, + dmg_max1 = 971, + dmg_min2 = 482, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 137, + stat_type2 = 7, + stat_value2 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013027; + +-- Item Warmonger Entry: 13052 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013052; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13052 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 659, + dmg_max1 = 1339, + dmg_min2 = 659, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 31, + stat_value2 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013052; + +-- Item Stoneraven Entry: 13059 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 849, + dmg_max1 = 1574, + dmg_min2 = 849, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 149, + stat_type2 = 4, + stat_value2 = 184, + stat_type3 = 3, + stat_value3 = 184, + stat_type4 = 7, + stat_value4 = 200, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013059; + +-- Item Mugthol's Helm Entry: 13073 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013073; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13073 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 190, + stat_type2 = 4, + stat_value2 = 140, + stat_type3 = 7, + stat_value3 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20013073; + +-- Item Battlecaller Gauntlets Entry: 13126 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013126; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13126 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 66, + stat_type2 = 7, + stat_value2 = 74, + stat_type3 = 38, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20013126; + +-- Item Serenity Belt Entry: 13144 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20013144; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13144 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 186, + stat_type2 = 7, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20013144; + +-- Item Freezing Band Entry: 942 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20000942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18799, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000942; + +-- Item Shadowblade Entry: 2163 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18138 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1918, EffectBasePoints_2 = 0 + WHERE ID = 30018138; + DELETE FROM acore_world.item_template WHERE entry = 20002163; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2163 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 269, + dmg_max1 = 492, + dmg_min2 = 269, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018138, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002163; + +-- Item Hurricane Entry: 2824 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20002824; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2824 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 298, + dmg_max1 = 605, + dmg_min2 = 298, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 29501, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002824; + +-- Item Taran Icebreaker Entry: 2915 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16415 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 3211, EffectBasePoints_2 = 143 + WHERE ID = 30016415; + DELETE FROM acore_world.item_template WHERE entry = 20002915; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2915 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 521, + dmg_max1 = 1010, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016415, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002915; + +-- Item Delicate Eternium Ring Entry: 24088 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024088; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24088 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 254, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 13, + stat_value3 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024088; + +-- Item Wand of Arcane Potency Entry: 18338 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018338; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18338 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 336, + dmg_max1 = 668, + dmg_min2 = 336, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 130, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018338; + +-- Item Stonebark Gauntlets Entry: 18344 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018344; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18344 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 169, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20018344; + +-- Item Arcane Khorium Band Entry: 24086 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024086; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24086 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024086; + +-- Item Heavy Felsteel Ring Entry: 24087 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 244, + stat_type2 = 7, + stat_value2 = 223, + stat_type3 = 35, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024087; + +-- Item Blazing Eternium Band Entry: 24089 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024089; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24089 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 234, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024089; + +-- Item Eidolon Talisman Entry: 18340 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018340; + +-- Item Marksman Bands Entry: 18296 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018296; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18296 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 108, + stat_type2 = 7, + stat_value2 = 71, + stat_type3 = 31, + stat_value3 = 54, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20018296; + +-- Item Unbridled Leggings Entry: 18298 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 268, + stat_type2 = 4, + stat_value2 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21601, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20018298; + +-- Item Khorium Band of Leaves Entry: 24085 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024085; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24085 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 149, + stat_type3 = 43, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024085; + +-- Item Phasing Boots Entry: 18295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 186, + stat_type2 = 7, + stat_value2 = 186, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20018295; + +-- Item Barbed Thorn Necklace Entry: 18289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20018289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 18289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 219, + stat_type2 = 7, + stat_value2 = 219, + stat_type3 = 5, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20018289; + +-- Item Bands of Nethekurse Entry: 27517 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027517; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27517 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 47, + stat_value1 = 130, + stat_type2 = 5, + stat_value2 = 90, + stat_type3 = 6, + stat_value3 = 74, + stat_type4 = 45, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027517; + +-- Item Cloak of Malice Entry: 27519 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027519; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27519 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 134, + stat_type2 = 38, + stat_value2 = 139, + stat_type3 = 3, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027519; + +-- Item Greathelm of the Unbreakable Entry: 27520 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027520; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27520 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 198, + stat_type2 = 7, + stat_value2 = 232, + stat_type3 = 12, + stat_value3 = 66, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027520; + +-- Item Telaari Hunting Girdle Entry: 27521 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027521; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27521 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 127, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 38, + stat_value3 = 129, + stat_type4 = 43, + stat_value4 = 57, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027521; + +-- Item Firemaul of Destruction Entry: 27524 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027524; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27524 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 853, + dmg_max1 = 1874, + dmg_min2 = 853, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 35, + stat_value1 = 248, + stat_type2 = 4, + stat_value2 = 215, + stat_type3 = 7, + stat_value3 = 281, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027524; + +-- Item Jeweled Boots of Sanctification Entry: 27525 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027525; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27525 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 152, + stat_type2 = 5, + stat_value2 = 161, + stat_type3 = 45, + stat_value3 = 120, + stat_type4 = 43, + stat_value4 = 71, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027525; + +-- Item Skyfire Hawk-Bow Entry: 27526 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027526; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27526 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 508, + dmg_max1 = 1000, + dmg_min2 = 508, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 99, + stat_type2 = 31, + stat_value2 = 57, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027526; + +-- Item Tidefury Shoulderguards Entry: 27802 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 113, + stat_type2 = 43, + stat_value2 = 85, + stat_type3 = 7, + stat_value3 = 158, + stat_type4 = 5, + stat_value4 = 182, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027802; + +-- Item Runesong Dagger Entry: 27868 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027868; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27868 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 285, + dmg_max1 = 630, + dmg_min2 = 285, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 137, + stat_type2 = 5, + stat_value2 = 130, + stat_type3 = 32, + stat_value3 = 179, + stat_type4 = 45, + stat_value4 = 348, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027868; + +-- Item Ace of Blessings Entry: 31882 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031882; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31882 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39480, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031882; + +-- Item Ace of Storms Entry: 31892 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031892; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31892 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39481, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031892; + +-- Item Ace of Furies Entry: 31901 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031901; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31901 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39483, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031901; + +-- Item Ace of Lunacy Entry: 31910 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031910; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31910 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39484, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031910; + +-- Item Beast Lord Handguards Entry: 27474 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027474; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27474 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 160, + stat_type2 = 7, + stat_value2 = 105, + stat_type3 = 5, + stat_value3 = 129, + stat_type4 = 38, + stat_value4 = 129, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027474; + +-- Item Greaves of the Shatterer Entry: 27527 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027527; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27527 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 253, + stat_type2 = 12, + stat_value2 = 76, + stat_type3 = 4, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027527; + +-- Item Gauntlets of Desolation Entry: 27528 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027528; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27528 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 158, + stat_type2 = 5, + stat_value2 = 122, + stat_type3 = 32, + stat_value3 = 126, + stat_type4 = 38, + stat_value4 = 122, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027528; + +-- Item Figurine of the Colossus Entry: 27529 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027529; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27529 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 15, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33089, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027529; + +-- Item Wastewalker Gloves Entry: 27531 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027531; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27531 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 183, + stat_type2 = 7, + stat_value2 = 186, + stat_type3 = 38, + stat_value3 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20027531; + +-- Item Demonblood Eviscerator Entry: 27533 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027533; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27533 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 573, + dmg_max1 = 1014, + dmg_min2 = 573, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 37, + stat_value1 = 260, + stat_type2 = 38, + stat_value2 = 234, + stat_type3 = 7, + stat_value3 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027533; + +-- Item Hortus' Seal of Brilliance Entry: 27534 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027534; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27534 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 146, + stat_type2 = 5, + stat_value2 = 155, + stat_type3 = 45, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027534; + +-- Item Gauntlets of the Righteous Entry: 27535 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027535; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27535 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 12, + stat_value1 = 44, + stat_type2 = 45, + stat_value2 = 86, + stat_type3 = 43, + stat_value3 = 65, + stat_type4 = 7, + stat_value4 = 126, + stat_type5 = 5, + stat_value5 = 119, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027535; + +-- Item Hallowed Handwraps Entry: 27536 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027536; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27536 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 129, + stat_type2 = 5, + stat_value2 = 132, + stat_type3 = 6, + stat_value3 = 155, + stat_type4 = 45, + stat_value4 = 109, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027536; + +-- Item Gloves of Oblivion Entry: 27537 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027537; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27537 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 129, + stat_type2 = 31, + stat_value2 = 69, + stat_type3 = 45, + stat_value3 = 98, + stat_type4 = 7, + stat_value4 = 168, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027537; + +-- Item Lightsworn Hammer Entry: 27538 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027538; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27538 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 364, + dmg_max1 = 680, + dmg_min2 = 364, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 337, + stat_type2 = 43, + stat_value2 = 101, + stat_type3 = 7, + stat_value3 = 130, + stat_type4 = 5, + stat_value4 = 123, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027538; + +-- Item Nexus Torch Entry: 27540 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027540; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27540 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 386, + dmg_max1 = 768, + dmg_min2 = 386, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 69, + stat_type2 = 5, + stat_value2 = 74, + stat_type3 = 32, + stat_value3 = 78, + stat_type4 = 45, + stat_value4 = 44, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027540; + +-- Item Spaulders of Slaughter Entry: 30705 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20030705; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 30705 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 169, + stat_type2 = 32, + stat_value2 = 189, + stat_type3 = 4, + stat_value3 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20030705; + +-- Item Nimble-foot Treads Entry: 30707 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20030707; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 30707 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 161, + stat_type3 = 13, + stat_value3 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20030707; + +-- Item Belt of Flowing Thought Entry: 30708 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20030708; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 30708 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 43, + stat_value2 = 95, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20030708; + +-- Item Pantaloons of Flaming Wrath Entry: 30709 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20030709; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 30709 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 213, + stat_type2 = 32, + stat_value2 = 270, + stat_type3 = 45, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20030709; + +-- Item Blood Guard's Necklace of Ferocity Entry: 30710 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20030710; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 30710 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 273, + stat_type2 = 38, + stat_value2 = 354, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20030710; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 145, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 115, + stat_type4 = 5, + stat_value4 = 97, + stat_type5 = 6, + stat_value5 = 92, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 227, + stat_type2 = 3, + stat_value2 = 219, + stat_type3 = 7, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 31, + stat_value1 = 85, + stat_type2 = 38, + stat_value2 = 167, + stat_type3 = 3, + stat_value3 = 234, + stat_type4 = 5, + stat_value4 = 154, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 121, + stat_type2 = 32, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 118, + stat_type3 = 31, + stat_value3 = 58, + stat_type4 = 38, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 853, + dmg_max1 = 1526, + dmg_min2 = 853, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 853, + dmg_max1 = 1670, + dmg_min2 = 853, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 172, + stat_type2 = 38, + stat_value2 = 216, + stat_type3 = 7, + stat_value3 = 247, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 45, + stat_value2 = 86, + stat_type3 = 43, + stat_value3 = 64, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 128, + stat_type2 = 5, + stat_value2 = 97, + stat_type3 = 43, + stat_value3 = 49, + stat_type4 = 38, + stat_value4 = 78, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 43, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 32, + stat_value2 = 200, + stat_type3 = 38, + stat_value3 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 196, + stat_type2 = 31, + stat_value2 = 127, + stat_type3 = 45, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 865, + dmg_max1 = 1619, + dmg_min2 = 865, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 188, + stat_type3 = 7, + stat_value3 = 163, + stat_type4 = 31, + stat_value4 = 92, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Legion Blunderbuss Entry: 24389 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024389; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24389 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 708, + dmg_max1 = 1241, + dmg_min2 = 708, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 107, + stat_type2 = 3, + stat_value2 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024389; + +-- Item Auslese's Light Channeler Entry: 24390 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024390; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24390 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31794, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024390; + +-- Item Kilt of the Night Strider Entry: 24391 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024391; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24391 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 6, + stat_value1 = 106, + stat_type2 = 43, + stat_value2 = 88, + stat_type3 = 45, + stat_value3 = 112, + stat_type4 = 7, + stat_value4 = 180, + stat_type5 = 5, + stat_value5 = 204, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024391; + +-- Item Arcing Bracers Entry: 24392 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024392; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24392 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 102, + stat_type2 = 6, + stat_value2 = 79, + stat_type3 = 45, + stat_value3 = 75, + stat_type4 = 7, + stat_value4 = 102, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024392; + +-- Item Bloody Surgeon's Mitts Entry: 24393 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024393; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24393 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 113, + stat_type2 = 5, + stat_value2 = 169, + stat_type3 = 6, + stat_value3 = 126, + stat_type4 = 45, + stat_value4 = 99, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024393; + +-- Item Diamond-Core Sledgemace Entry: 24384 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024384; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24384 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 487, + dmg_max1 = 968, + dmg_min2 = 487, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 170, + stat_type2 = 5, + stat_value2 = 186, + stat_type3 = 45, + stat_value3 = 267, + stat_type4 = 43, + stat_value4 = 96, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024384; + +-- Item Pendant of Battle-Lust Entry: 24385 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024385; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24385 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 259, + stat_type2 = 3, + stat_value2 = 215, + stat_type3 = 7, + stat_value3 = 259, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024385; + +-- Item Libram of Saints Departed Entry: 24386 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024386; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24386 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34262, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024386; + +-- Item Ironblade Gauntlets Entry: 24387 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024387; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24387 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 154, + stat_type2 = 3, + stat_value2 = 126, + stat_type3 = 7, + stat_value3 = 149, + stat_type4 = 31, + stat_value4 = 42, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024387; + +-- Item Girdle of the Gale Storm Entry: 24388 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024388; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24388 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 71, + stat_type2 = 45, + stat_value2 = 64, + stat_type3 = 7, + stat_value3 = 110, + stat_type4 = 5, + stat_value4 = 136, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024388; + +-- Item Warsong Howling Axe Entry: 24394 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024394; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24394 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 733, + dmg_max1 = 1581, + dmg_min2 = 733, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 301, + stat_type2 = 38, + stat_value2 = 316, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024394; + +-- Item Mindfire Waistband Entry: 24395 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 99, + stat_type2 = 5, + stat_value2 = 119, + stat_type3 = 6, + stat_value3 = 86, + stat_type4 = 32, + stat_value4 = 102, + stat_type5 = 45, + stat_value5 = 102, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024395; + +-- Item Vest of Vengeance Entry: 24396 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024396; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24396 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 196, + stat_type2 = 31, + stat_value2 = 81, + stat_type3 = 38, + stat_value3 = 215, + stat_type4 = 3, + stat_value4 = 250, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024396; + +-- Item Raiments of Divine Authority Entry: 24397 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024397; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24397 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 5, + stat_value2 = 233, + stat_type3 = 6, + stat_value3 = 211, + stat_type4 = 45, + stat_value4 = 175, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024397; + +-- Item Mantle of the Dusk-Dweller Entry: 24398 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024398; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24398 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 162, + stat_type2 = 7, + stat_value2 = 165, + stat_type3 = 31, + stat_value3 = 70, + stat_type4 = 38, + stat_value4 = 162, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024398; + +-- Item Shadowrend Longblade Entry: 24020 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 553, + dmg_max1 = 1022, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 104, + stat_type2 = 32, + stat_value2 = 104, + stat_type3 = 38, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024020; + +-- Item Light-Touched Breastplate Entry: 24021 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 215, + stat_type2 = 43, + stat_value2 = 80, + stat_type3 = 4, + stat_value3 = 224, + stat_type4 = 7, + stat_value4 = 215, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024021; + +-- Item Scale Leggings of the Skirmisher Entry: 24022 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024022; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24022 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 196, + stat_type2 = 7, + stat_value2 = 204, + stat_type3 = 5, + stat_value3 = 154, + stat_type4 = 38, + stat_value4 = 163, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024022; + +-- Item Bracers of Finesse Entry: 24023 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024023; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24023 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 115, + stat_type2 = 7, + stat_value2 = 106, + stat_type3 = 38, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024023; + +-- Item Pauldrons of Arcane Rage Entry: 24024 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 168, + stat_type2 = 5, + stat_value2 = 168, + stat_type3 = 6, + stat_value3 = 132, + stat_type4 = 45, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024024; + +-- Item Crystalfire Staff Entry: 24069 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024069; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24069 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 481, + dmg_max1 = 993, + dmg_min2 = 481, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 153, + stat_type2 = 45, + stat_value2 = 186, + stat_type3 = 7, + stat_value3 = 238, + stat_type4 = 5, + stat_value4 = 238, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024069; + +-- Item Garrote-String Necklace Entry: 24073 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024073; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24073 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 242, + stat_type2 = 32, + stat_value2 = 224, + stat_type3 = 38, + stat_value3 = 263, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024073; + +-- Item Bloodstained Ravager Gauntlets Entry: 24090 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024090; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24090 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 120, + stat_type2 = 7, + stat_value2 = 149, + stat_type3 = 5, + stat_value3 = 126, + stat_type4 = 38, + stat_value4 = 120, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024090; + +-- Item Tenacious Defender Entry: 24091 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024091; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24091 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 3, + stat_value2 = 126, + stat_type3 = 7, + stat_value3 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024091; + +-- Item Heart Fire Warhammer Entry: 24094 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 496, + dmg_max1 = 1032, + dmg_min2 = 496, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 4, + stat_value2 = 201, + stat_type3 = 7, + stat_value3 = 224, + stat_type4 = 45, + stat_value4 = 106, + stat_type5 = 43, + stat_value5 = 80, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024094; + +-- Item Heartblood Prayer Beads Entry: 24096 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024096; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24096 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 103, + stat_type2 = 45, + stat_value2 = 159, + stat_type3 = 7, + stat_value3 = 224, + stat_type4 = 5, + stat_value4 = 224, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024096; + +-- Item Hellreaver Entry: 24044 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024044; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24044 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 718, + dmg_max1 = 1483, + dmg_min2 = 718, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 221, + stat_type2 = 7, + stat_value2 = 207, + stat_type3 = 32, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024044; + +-- Item Band of Renewal Entry: 24045 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024045; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24045 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 5, + stat_value3 = 196, + stat_type4 = 6, + stat_value4 = 180, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024045; + +-- Item Kilt of Rolling Thunders Entry: 24046 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024046; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24046 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 154, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 43, + stat_value3 = 86, + stat_type4 = 45, + stat_value4 = 90, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20024046; + +-- Item Shifting Sash of Midnight Entry: 24063 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024063; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24063 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 112, + stat_type2 = 7, + stat_value2 = 130, + stat_type3 = 38, + stat_value3 = 108, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20024063; + +-- Item Ironsole Clompers Entry: 24064 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 127, + stat_type2 = 7, + stat_value2 = 152, + stat_type3 = 12, + stat_value3 = 57, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20024064; + +-- Item Lifegiver Britches Entry: 24083 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024083; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24083 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 154, + stat_type2 = 5, + stat_value2 = 197, + stat_type3 = 6, + stat_value3 = 127, + stat_type4 = 45, + stat_value4 = 127, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20024083; + +-- Item Mok'Nathal Wildercloak Entry: 24150 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024150; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24150 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 148, + stat_type2 = 35, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20024150; + +-- Item Mok'Nathal Clan Ring Entry: 24151 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024151; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24151 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 273, + stat_type2 = 35, + stat_value2 = 255, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024151; + +-- Item Witching Band Entry: 24154 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024154; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24154 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 211, + stat_type3 = 45, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024154; + +-- Item Ursol's Claw Entry: 24155 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024155; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24155 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 734, + dmg_max1 = 1329, + dmg_min2 = 734, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 313, + stat_type2 = 3, + stat_value2 = 136, + stat_type3 = 7, + stat_value3 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024155; + +-- Item Light Scribe Bands Entry: 27452 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027452; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27452 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 70, + stat_type2 = 5, + stat_value2 = 79, + stat_type3 = 6, + stat_value3 = 100, + stat_type4 = 45, + stat_value4 = 55, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20027452; + +-- Item Averinn's Ring of Slaying Entry: 27453 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027453; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27453 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 221, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 38, + stat_value3 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027453; + +-- Item Volcanic Pauldrons Entry: 27454 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027454; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27454 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 123, + stat_type2 = 45, + stat_value2 = 113, + stat_type3 = 7, + stat_value3 = 141, + stat_type4 = 5, + stat_value4 = 150, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20027454; + +-- Item Irondrake Faceguard Entry: 27455 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027455; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27455 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 177, + stat_type2 = 3, + stat_value2 = 159, + stat_type3 = 7, + stat_value3 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20027455; + +-- Item Raiments of Nature's Breath Entry: 27456 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027456; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27456 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 184, + stat_type2 = 6, + stat_value2 = 131, + stat_type3 = 43, + stat_value3 = 75, + stat_type4 = 45, + stat_value4 = 141, + stat_type5 = 7, + stat_value5 = 159, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20027456; + +-- Item Life Bearer's Gauntlets Entry: 27457 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027457; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27457 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 118, + stat_type2 = 5, + stat_value2 = 125, + stat_type3 = 32, + stat_value3 = 102, + stat_type4 = 45, + stat_value4 = 94, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20027457; + +-- Item Oceansong Kilt Entry: 27458 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027458; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27458 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 194, + stat_type3 = 45, + stat_value3 = 151, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20027458; + +-- Item Vambraces of Daring Entry: 27459 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027459; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27459 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 91, + stat_type2 = 7, + stat_value2 = 112, + stat_type3 = 12, + stat_value3 = 26, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 22852, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20027459; + +-- Item Reavers' Ring Entry: 27460 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027460; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27460 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 228, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 32, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027460; + +-- Item Chestguard of the Prowler Entry: 27461 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20027461; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27461 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 176, + stat_type2 = 7, + stat_value2 = 159, + stat_type3 = 14, + stat_value3 = 120, + stat_type4 = 31, + stat_value4 = 69, + stat_type5 = 38, + stat_value5 = 188, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20027461; + +-- Item Lion's Heart Girdle Entry: 29238 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20029238; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 29238 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 7, + stat_value2 = 110, + stat_type3 = 12, + stat_value3 = 36, + stat_type4 = 3, + stat_value4 = 92, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20029238; + +-- Item Tree-Mender's Belt Entry: 29264 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20029264; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 29264 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 99, + stat_type2 = 3, + stat_value2 = 99, + stat_type3 = 7, + stat_value3 = 112, + stat_type4 = 5, + stat_value4 = 85, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20029264; + +-- Item Feltooth Eviscerator Entry: 29346 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20029346; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 29346 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 229, + dmg_max1 = 492, + dmg_min2 = 229, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 103, + stat_type2 = 32, + stat_value2 = 119, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20029346; + +-- Item Wrath Infused Gauntlets Entry: 32077 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20032077; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 32077 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 136, + stat_type2 = 45, + stat_value2 = 91, + stat_type3 = 43, + stat_value3 = 43, + stat_type4 = 5, + stat_value4 = 123, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20032077; + +-- Item Mask of Penance Entry: 27790 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027790; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27790 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 134, + stat_type2 = 43, + stat_value2 = 95, + stat_type3 = 7, + stat_value3 = 167, + stat_type4 = 5, + stat_value4 = 179, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20027790; + +-- Item Serpentcrest Life-Staff Entry: 27791 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 665, + dmg_max1 = 1144, + dmg_min2 = 665, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 164, + stat_type2 = 5, + stat_value2 = 164, + stat_type3 = 6, + stat_value3 = 224, + stat_type4 = 45, + stat_value4 = 263, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027791; + +-- Item Steam-Hinge Chain of Valor Entry: 27792 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027792; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27792 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 336, + stat_type2 = 15, + stat_value2 = 279, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33274, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027792; + +-- Item Earth Mantle Handwraps Entry: 27793 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027793; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27793 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 149, + stat_type2 = 5, + stat_value2 = 138, + stat_type3 = 32, + stat_value3 = 129, + stat_type4 = 45, + stat_value4 = 96, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027793; + +-- Item Recoilless Rocket Ripper X-54 Entry: 27794 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027794; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27794 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 656, + dmg_max1 = 1200, + dmg_min2 = 656, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 105, + stat_type2 = 7, + stat_value2 = 93, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027794; + +-- Item Incanter's Gloves Entry: 27508 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027508; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27508 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 126, + stat_type2 = 5, + stat_value2 = 138, + stat_type3 = 6, + stat_value3 = 92, + stat_type4 = 32, + stat_value4 = 99, + stat_type5 = 45, + stat_value5 = 103, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027508; + +-- Item Moonrage Girdle Entry: 27783 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027783; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27783 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 126, + stat_type2 = 6, + stat_value2 = 124, + stat_type3 = 32, + stat_value3 = 119, + stat_type4 = 45, + stat_value4 = 93, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20027783; + +-- Item Scintillating Coral Band Entry: 27784 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027784; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27784 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 211, + stat_type3 = 32, + stat_value3 = 229, + stat_type4 = 45, + stat_value4 = 175, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027784; + +-- Item Chestguard of No Remorse Entry: 27787 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027787; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27787 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 32, + stat_value2 = 186, + stat_type3 = 38, + stat_value3 = 290, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20027787; + +-- Item Cloak of Whispering Shells Entry: 27789 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027789; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27789 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 5, + stat_value2 = 126, + stat_type3 = 43, + stat_value3 = 57, + stat_type4 = 45, + stat_value4 = 101, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027789; + +-- Item Gauntlets of the Bold Entry: 27475 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027475; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27475 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 120, + stat_type2 = 3, + stat_value2 = 116, + stat_type3 = 7, + stat_value3 = 169, + stat_type4 = 12, + stat_value4 = 40, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20027475; + +-- Item Tidefury Gauntlets Entry: 27510 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027510; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27510 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 68, + stat_type2 = 7, + stat_value2 = 132, + stat_type3 = 5, + stat_value3 = 143, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027510; + +-- Item Moonglade Shoulders Entry: 27737 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027737; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27737 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 5, + stat_value1 = 143, + stat_type2 = 6, + stat_value2 = 136, + stat_type3 = 45, + stat_value3 = 85, + stat_type4 = 4, + stat_value4 = 115, + stat_type5 = 3, + stat_value5 = 110, + stat_type6 = 7, + stat_value6 = 136, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20027737; + +-- Item Incanter's Pauldrons Entry: 27738 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027738; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27738 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 191, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 6, + stat_value3 = 151, + stat_type4 = 45, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027738; + +-- Item Sash of Serpentra Entry: 27795 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027795; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27795 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 119, + stat_type2 = 31, + stat_value2 = 58, + stat_type3 = 45, + stat_value3 = 89, + stat_type4 = 7, + stat_value4 = 148, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027795; + +-- Item Vermillion Robes of the Dominant Entry: 27799 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027799; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27799 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 255, + stat_type2 = 5, + stat_value2 = 238, + stat_type3 = 31, + stat_value3 = 74, + stat_type4 = 45, + stat_value4 = 181, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027799; + +-- Item Beast Lord Mantle Entry: 27801 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027801; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27801 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 191, + stat_type2 = 5, + stat_value2 = 123, + stat_type3 = 38, + stat_value3 = 154, + stat_type4 = 43, + stat_value4 = 72, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027801; + +-- Item Devilshark Cape Entry: 27804 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027804; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27804 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 145, + stat_type2 = 13, + stat_value2 = 83, + stat_type3 = 12, + stat_value3 = 51, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33274, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027804; + +-- Item Ring of the Silver Hand Entry: 27805 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027805; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27805 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 211, + stat_type2 = 5, + stat_value2 = 211, + stat_type3 = 12, + stat_value3 = 81, + stat_type4 = 43, + stat_value4 = 93, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027805; + +-- Item Fathomheart Gauntlets Entry: 27806 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027806; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27806 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 140, + stat_type3 = 43, + stat_value3 = 66, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027806; + +-- Item Beast Lord Leggings Entry: 27874 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027874; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27874 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 176, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 5, + stat_value3 = 134, + stat_type4 = 38, + stat_value4 = 163, + stat_type5 = 43, + stat_value5 = 77, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027874; + +-- Item Breastplate of the Righteous Entry: 28203 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20028203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 242, + stat_type2 = 5, + stat_value2 = 233, + stat_type3 = 12, + stat_value3 = 72, + stat_type4 = 45, + stat_value4 = 141, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20028203; + +-- Item Gauntlets of the Bold Entry: 27475 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027475; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27475 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 120, + stat_type2 = 3, + stat_value2 = 116, + stat_type3 = 7, + stat_value3 = 169, + stat_type4 = 12, + stat_value4 = 40, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20027475; + +-- Item Tidefury Gauntlets Entry: 27510 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027510; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27510 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 143, + stat_type2 = 45, + stat_value2 = 103, + stat_type3 = 43, + stat_value3 = 68, + stat_type4 = 7, + stat_value4 = 132, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027510; + +-- Item Moonglade Shoulders Entry: 27737 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027737; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27737 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 5, + stat_value1 = 143, + stat_type2 = 6, + stat_value2 = 136, + stat_type3 = 45, + stat_value3 = 85, + stat_type4 = 4, + stat_value4 = 115, + stat_type5 = 3, + stat_value5 = 110, + stat_type6 = 7, + stat_value6 = 136, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20027737; + +-- Item Incanter's Pauldrons Entry: 27738 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027738; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27738 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 191, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 6, + stat_value3 = 151, + stat_type4 = 45, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027738; + +-- Item Sash of Serpentra Entry: 27795 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027795; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27795 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 31, + stat_value1 = 58, + stat_type2 = 45, + stat_value2 = 89, + stat_type3 = 7, + stat_value3 = 148, + stat_type4 = 5, + stat_value4 = 119, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027795; + +-- Item Vermillion Robes of the Dominant Entry: 27799 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027799; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27799 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 255, + stat_type2 = 5, + stat_value2 = 238, + stat_type3 = 31, + stat_value3 = 74, + stat_type4 = 45, + stat_value4 = 181, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027799; + +-- Item Beast Lord Mantle Entry: 27801 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027801; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27801 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 191, + stat_type2 = 5, + stat_value2 = 123, + stat_type3 = 38, + stat_value3 = 154, + stat_type4 = 43, + stat_value4 = 72, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027801; + +-- Item Devilshark Cape Entry: 27804 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027804; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27804 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 145, + stat_type2 = 13, + stat_value2 = 83, + stat_type3 = 12, + stat_value3 = 51, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33274, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027804; + +-- Item Ring of the Silver Hand Entry: 27805 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027805; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27805 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 211, + stat_type2 = 5, + stat_value2 = 211, + stat_type3 = 12, + stat_value3 = 81, + stat_type4 = 43, + stat_value4 = 93, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027805; + +-- Item Fathomheart Gauntlets Entry: 27806 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027806; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27806 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 140, + stat_type3 = 43, + stat_value3 = 66, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027806; + +-- Item Beast Lord Leggings Entry: 27874 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027874; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27874 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 43, + stat_value1 = 77, + stat_type2 = 3, + stat_value2 = 176, + stat_type3 = 7, + stat_value3 = 158, + stat_type4 = 5, + stat_value4 = 134, + stat_type5 = 38, + stat_value5 = 163, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027874; + +-- Item Breastplate of the Righteous Entry: 28203 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20028203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 242, + stat_type2 = 5, + stat_value2 = 233, + stat_type3 = 12, + stat_value3 = 72, + stat_type4 = 45, + stat_value4 = 141, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20028203; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 141, + stat_type2 = 3, + stat_value2 = 132, + stat_type3 = 7, + stat_value3 = 113, + stat_type4 = 5, + stat_value4 = 94, + stat_type5 = 6, + stat_value5 = 90, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 99, + stat_type2 = 4, + stat_value2 = 131, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 221, + stat_type2 = 3, + stat_value2 = 214, + stat_type3 = 7, + stat_value3 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 31, + stat_value3 = 83, + stat_type4 = 38, + stat_value4 = 163, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 118, + stat_type2 = 32, + stat_value2 = 139, + stat_type3 = 45, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 116, + stat_type2 = 31, + stat_value2 = 57, + stat_type3 = 38, + stat_value3 = 132, + stat_type4 = 3, + stat_value4 = 132, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 716, + dmg_max1 = 1503, + dmg_min2 = 716, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 238, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 728, + dmg_max1 = 1491, + dmg_min2 = 728, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 242, + stat_type2 = 32, + stat_value2 = 168, + stat_type3 = 38, + stat_value3 = 211, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 137, + stat_type2 = 45, + stat_value2 = 84, + stat_type3 = 43, + stat_value3 = 62, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 48, + stat_type2 = 38, + stat_value2 = 77, + stat_type3 = 3, + stat_value3 = 125, + stat_type4 = 5, + stat_value4 = 95, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 135, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 43, + stat_value3 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 196, + stat_type2 = 32, + stat_value2 = 196, + stat_type3 = 38, + stat_value3 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 203, + stat_type2 = 5, + stat_value2 = 192, + stat_type3 = 31, + stat_value3 = 124, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 761, + dmg_max1 = 1534, + dmg_min2 = 761, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 196, + stat_type2 = 5, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 159, + stat_type4 = 31, + stat_value4 = 90, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Band of Dominion Entry: 31290 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 294, + stat_type2 = 45, + stat_value2 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 85, + stat_type2 = 4, + stat_value2 = 206, + stat_type3 = 3, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 518, + dmg_max1 = 1134, + dmg_min2 = 518, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 65, + stat_type2 = 32, + stat_value2 = 65, + stat_type3 = 38, + stat_value3 = 69, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 338, + dmg_max1 = 637, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 305, + stat_type2 = 43, + stat_value2 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 347, + dmg_max1 = 613, + dmg_min2 = 347, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 83, + stat_type2 = 32, + stat_value2 = 92, + stat_type3 = 38, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 7, + stat_value2 = 161, + stat_type3 = 43, + stat_value3 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 563, + dmg_max1 = 1055, + dmg_min2 = 563, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 150, + stat_type2 = 5, + stat_value2 = 150, + stat_type3 = 32, + stat_value3 = 176, + stat_type4 = 45, + stat_value4 = 221, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Pauldrons of Brute Force Entry: 24463 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024463; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24463 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 12, + stat_value2 = 67, + stat_type3 = 4, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024463; + +-- Item The Stalker's Fangs Entry: 24464 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024464; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24464 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 356, + dmg_max1 = 697, + dmg_min2 = 356, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 112, + stat_type2 = 32, + stat_value2 = 109, + stat_type3 = 38, + stat_value3 = 85, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024464; + +-- Item Shamblehide Chestguard Entry: 24465 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024465; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24465 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 186, + stat_type2 = 5, + stat_value2 = 201, + stat_type3 = 32, + stat_value3 = 215, + stat_type4 = 38, + stat_value4 = 220, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024465; + +-- Item Skulldugger's Leggings Entry: 24466 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024466; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24466 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 13, + stat_value3 = 120, + stat_type4 = 31, + stat_value4 = 87, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024466; + +-- Item Robes of the Augurer Entry: 24481 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024481; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24481 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 229, + stat_type2 = 7, + stat_value2 = 229, + stat_type3 = 6, + stat_value3 = 170, + stat_type4 = 45, + stat_value4 = 196, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024481; + +-- Item Totem of the Thunderhead Entry: 24413 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024413; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24413 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024413; + +-- Item Manaspark Gloves Entry: 24450 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024450; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24450 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 123, + stat_type2 = 5, + stat_value2 = 123, + stat_type3 = 6, + stat_value3 = 99, + stat_type4 = 31, + stat_value4 = 71, + stat_type5 = 45, + stat_value5 = 88, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024450; + +-- Item Lykul Bloodbands Entry: 24451 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024451; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24451 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 110, + stat_type3 = 38, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024451; + +-- Item Starlight Gauntlets Entry: 24452 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024452; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24452 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 5, + stat_value2 = 169, + stat_type3 = 6, + stat_value3 = 96, + stat_type4 = 45, + stat_value4 = 129, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024452; + +-- Item Needle Shrike Entry: 27631 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 303, + dmg_max1 = 575, + dmg_min2 = 303, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 53, + stat_type2 = 38, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027631; + +-- Item Studded Girdle of Virtue Entry: 24458 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024458; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24458 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 108, + stat_type2 = 43, + stat_value2 = 51, + stat_type3 = 4, + stat_value3 = 129, + stat_type4 = 7, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21619, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024458; + +-- Item Cloak of Healing Rays Entry: 24459 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024459; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24459 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 113, + stat_type2 = 5, + stat_value2 = 121, + stat_type3 = 6, + stat_value3 = 131, + stat_type4 = 45, + stat_value4 = 95, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024459; + +-- Item Talisman of Tenacity Entry: 24460 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024460; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24460 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 343, + stat_type2 = 35, + stat_value2 = 271, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024460; + +-- Item Hatebringer Entry: 24461 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024461; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24461 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 824, + dmg_max1 = 1809, + dmg_min2 = 824, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 259, + stat_type2 = 7, + stat_value2 = 233, + stat_type3 = 32, + stat_value3 = 238, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024461; + +-- Item Luminous Pearls of Insight Entry: 24462 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024462; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24462 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 263, + stat_type2 = 32, + stat_value2 = 220, + stat_type3 = 45, + stat_value3 = 242, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024462; + +-- Item Zangartooth Shortblade Entry: 24453 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024453; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24453 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 310, + dmg_max1 = 567, + dmg_min2 = 310, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 181, + stat_type2 = 31, + stat_value2 = 90, + stat_type3 = 45, + stat_value3 = 286, + stat_type4 = 7, + stat_value4 = 175, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024453; + +-- Item Cloak of Enduring Swiftness Entry: 24454 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024454; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24454 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 13, + stat_value1 = 110, + stat_type2 = 3, + stat_value2 = 115, + stat_type3 = 7, + stat_value3 = 121, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024454; + +-- Item Tunic of the Nightwatcher Entry: 24455 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024455; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24455 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 246, + stat_type2 = 5, + stat_value2 = 215, + stat_type3 = 6, + stat_value3 = 196, + stat_type4 = 45, + stat_value4 = 159, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024455; + +-- Item Greaves of the Iron Guardian Entry: 24456 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024456; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24456 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 257, + stat_type2 = 31, + stat_value2 = 58, + stat_type3 = 4, + stat_value3 = 251, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024456; + +-- Item Truth Bearer Shoulderguards Entry: 24457 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024457; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24457 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 165, + stat_type2 = 7, + stat_value2 = 188, + stat_type3 = 5, + stat_value3 = 194, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024457; + +-- Item Singing Crystal Axe Entry: 31318 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 810, + dmg_max1 = 1597, + dmg_min2 = 810, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 36, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031318; + +-- Item Band of Impenetrable Defenses Entry: 31319 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031319; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31319 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 288, + stat_type2 = 12, + stat_value2 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031319; + +-- Item Chestguard of Exile Entry: 31320 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031320; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31320 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 228, + stat_type2 = 7, + stat_value2 = 192, + stat_type3 = 32, + stat_value3 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031320; + +-- Item Choker of Repentance Entry: 31321 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 255, + stat_type2 = 5, + stat_value2 = 200, + stat_type3 = 45, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031321; + +-- Item The Hammer of Destiny Entry: 31322 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 38284 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 616, EffectBasePoints_2 = 0 + WHERE ID = 30038284; + DELETE FROM acore_world.item_template WHERE entry = 20031322; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31322 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 809, + dmg_max1 = 1631, + dmg_min2 = 809, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 203, + stat_type2 = 4, + stat_value2 = 214, + stat_type3 = 7, + stat_value3 = 207, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30038284, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031322; + +-- Item Don Santos' Famous Hunting Rifle Entry: 31323 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031323; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31323 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 483, + dmg_max1 = 1006, + dmg_min2 = 483, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38290, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031323; + +-- Item Truestrike Ring Entry: 31326 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031326; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31326 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 207, + stat_type2 = 38, + stat_value2 = 200, + stat_type3 = 43, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031326; + +-- Item Leggings of Beast Mastery Entry: 31328 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031328; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31328 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 203, + stat_type2 = 7, + stat_value2 = 257, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38297, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031328; + +-- Item Lifegiving Cloak Entry: 31329 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031329; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31329 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 58, + stat_type2 = 5, + stat_value2 = 108, + stat_type3 = 45, + stat_value3 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031329; + +-- Item Lightning Crown Entry: 31330 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031330; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31330 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 241, + stat_type2 = 45, + stat_value2 = 186, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031330; + +-- Item The Night Blade Entry: 31331 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031331; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31331 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 347, + dmg_max1 = 642, + dmg_min2 = 347, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 44, + stat_value1 = 166, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031331; + +-- Item Blinkstrike Entry: 31332 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031332; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31332 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 453, + dmg_max1 = 935, + dmg_min2 = 453, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38308, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031332; + +-- Item The Night Watchman Entry: 31333 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031333; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31333 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 165, + stat_type2 = 3, + stat_value2 = 194, + stat_type3 = 7, + stat_value3 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 23217, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031333; + +-- Item Staff of Natural Fury Entry: 31334 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031334; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31334 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 654, + dmg_max1 = 1268, + dmg_min2 = 654, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 352, + stat_type2 = 7, + stat_value2 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38314, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 320 + WHERE entry = 20031334; + +-- Item Pants of Living Growth Entry: 31335 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031335; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31335 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 165, + stat_type2 = 6, + stat_value2 = 181, + stat_type3 = 45, + stat_value3 = 135, + stat_type4 = 43, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031335; + +-- Item Blade of Wizardry Entry: 31336 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031336; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31336 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 338, + dmg_max1 = 623, + dmg_min2 = 338, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38319, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031336; + +-- Item Charlotte's Ivy Entry: 31338 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031338; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31338 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 192, + stat_type2 = 5, + stat_value2 = 196, + stat_type3 = 6, + stat_value3 = 163, + stat_type4 = 45, + stat_value4 = 150, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031338; + +-- Item Lola's Eve Entry: 31339 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031339; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31339 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 180, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 6, + stat_value3 = 168, + stat_type4 = 45, + stat_value4 = 180, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031339; + +-- Item Will of Edward the Odd Entry: 31340 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 211, + stat_type2 = 32, + stat_value2 = 211, + stat_type3 = 45, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031340; + +-- Item The Ancient Scepter of Sue-Min Entry: 31342 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031342; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31342 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 400, + dmg_max1 = 783, + dmg_min2 = 400, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 120, + stat_type2 = 45, + stat_value2 = 313, + stat_type3 = 43, + stat_value3 = 80, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031342; + +-- Item Kamaei's Cerulean Skirt Entry: 31343 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031343; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31343 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 178, + stat_type2 = 6, + stat_value2 = 161, + stat_type3 = 45, + stat_value3 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031343; + +-- Item Shroud of Frenzy Entry: 31143 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031143; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31143 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 160, + stat_type2 = 32, + stat_value2 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031143; + +-- Item Headdress of the Sleeper Entry: 31145 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031145; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31145 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 31, + stat_value1 = 51, + stat_type2 = 4, + stat_value2 = 137, + stat_type3 = 3, + stat_value3 = 133, + stat_type4 = 7, + stat_value4 = 129, + stat_type5 = 5, + stat_value5 = 93, + stat_type6 = 6, + stat_value6 = 84, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031145; + +-- Item Pendant of Cunning Entry: 31147 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031147; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31147 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 264, + stat_type2 = 3, + stat_value2 = 264, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031147; + +-- Item Gloves of Pandemonium Entry: 31149 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031149; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31149 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 110, + stat_type2 = 32, + stat_value2 = 139, + stat_type3 = 31, + stat_value3 = 48, + stat_type4 = 45, + stat_value4 = 102, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031149; + +-- Item Gloves of Piety Entry: 31150 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031150; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31150 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 97, + stat_type2 = 5, + stat_value2 = 125, + stat_type3 = 6, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031150; + +-- Item Girdle of Siege Entry: 31151 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031151; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31151 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 140, + stat_type2 = 7, + stat_value2 = 104, + stat_type3 = 32, + stat_value3 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031151; + +-- Item Chestguard of Illumination Entry: 31152 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031152; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31152 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 188, + stat_type2 = 4, + stat_value2 = 261, + stat_type3 = 7, + stat_value3 = 163, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031152; + +-- Item Axe of the Legion Entry: 31153 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031153; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31153 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 451, + dmg_max1 = 876, + dmg_min2 = 451, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 92, + stat_type2 = 7, + stat_value2 = 87, + stat_type3 = 37, + stat_value3 = 84, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031153; + +-- Item Boots of Savagery Entry: 31173 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031173; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31173 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 118, + stat_type2 = 43, + stat_value2 = 49, + stat_type3 = 4, + stat_value3 = 150, + stat_type4 = 7, + stat_value4 = 118, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031173; + +-- Item Blade Dancer's Wristguards Entry: 31175 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031175; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31175 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 104, + stat_type2 = 38, + stat_value2 = 126, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031175; + +-- Item Amulet of Unstable Power Entry: 31178 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031178; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31178 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 327, + stat_type2 = 45, + stat_value2 = 188, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031178; + +-- Item Runed Fungalcap Entry: 24376 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024376; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24376 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 35, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 31771, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024376; + +-- Item Coilfang Hammer of Renewal Entry: 24378 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024378; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24378 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 525, + dmg_max1 = 894, + dmg_min2 = 525, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 175, + stat_type2 = 45, + stat_value2 = 286, + stat_type3 = 7, + stat_value3 = 159, + stat_type4 = 5, + stat_value4 = 186, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024378; + +-- Item Bogstrok Scale Cloak Entry: 24379 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024379; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24379 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 189, + stat_type2 = 12, + stat_value2 = 59, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024379; + +-- Item Calming Spore Reed Entry: 24380 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024380; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24380 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 362, + dmg_max1 = 693, + dmg_min2 = 362, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 80, + stat_type2 = 6, + stat_value2 = 86, + stat_type3 = 45, + stat_value3 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024380; + +-- Item Coilfang Needler Entry: 24381 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024381; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24381 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 637, + dmg_max1 = 1303, + dmg_min2 = 637, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 101, + stat_type2 = 38, + stat_value2 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024381; + +-- Item Wastewalker Shiv Entry: 24356 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024356; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24356 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 361, + dmg_max1 = 697, + dmg_min2 = 361, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 100, + stat_type2 = 31, + stat_value2 = 55, + stat_type3 = 38, + stat_value3 = 109, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024356; + +-- Item Vest of Living Lightning Entry: 24357 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024357; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24357 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 128, + stat_type2 = 7, + stat_value2 = 186, + stat_type3 = 5, + stat_value3 = 215, + stat_type4 = 45, + stat_value4 = 159, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024357; + +-- Item Princely Reign Leggings Entry: 24359 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024359; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24359 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 31, + stat_value1 = 85, + stat_type2 = 6, + stat_value2 = 123, + stat_type3 = 45, + stat_value3 = 149, + stat_type4 = 7, + stat_value4 = 154, + stat_type5 = 5, + stat_value5 = 200, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024359; + +-- Item Tracker's Belt Entry: 24360 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024360; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24360 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 32, + stat_value2 = 121, + stat_type3 = 31, + stat_value3 = 53, + stat_type4 = 38, + stat_value4 = 121, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024360; + +-- Item Spellfire Longsword Entry: 24361 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024361; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24361 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 403, + dmg_max1 = 839, + dmg_min2 = 403, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 191, + stat_type2 = 5, + stat_value2 = 186, + stat_type3 = 31, + stat_value3 = 84, + stat_type4 = 45, + stat_value4 = 279, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024361; + +-- Item Spore-Soaked Vaneer Entry: 24362 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024362; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24362 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 126, + stat_type3 = 5, + stat_value3 = 126, + stat_type4 = 32, + stat_value4 = 107, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20024362; + +-- Item Unscarred Breastplate Entry: 24363 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024363; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24363 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 259, + stat_type2 = 3, + stat_value2 = 229, + stat_type3 = 7, + stat_value3 = 242, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024363; + +-- Item Azureplate Greaves Entry: 24364 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024364; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24364 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 77, + stat_type2 = 4, + stat_value2 = 204, + stat_type3 = 7, + stat_value3 = 180, + stat_type4 = 5, + stat_value4 = 180, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20024364; + +-- Item Deft Handguards Entry: 24365 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024365; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24365 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 149, + stat_type2 = 32, + stat_value2 = 116, + stat_type3 = 38, + stat_value3 = 184, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20024365; + +-- Item Scorpid-Sting Mantle Entry: 24366 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20024366; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24366 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 175, + stat_type2 = 7, + stat_value2 = 128, + stat_type3 = 38, + stat_value3 = 143, + stat_type4 = 43, + stat_value4 = 84, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20024366; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Cloak of Scintillating Auras Entry: 28373 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028373; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28373 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 101, + stat_type2 = 7, + stat_value2 = 107, + stat_type3 = 5, + stat_value3 = 126, + stat_type4 = 6, + stat_value4 = 136, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028373; + +-- Item Mana-Sphere Shoulderguards Entry: 28374 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028374; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28374 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 169, + stat_type2 = 5, + stat_value2 = 182, + stat_type3 = 6, + stat_value3 = 143, + stat_type4 = 45, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028374; + +-- Item Rubium War-Girdle Entry: 28375 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028375; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28375 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 156, + stat_type2 = 7, + stat_value2 = 149, + stat_type3 = 32, + stat_value3 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028375; + +-- Item Outland Striders Entry: 28384 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028384; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28384 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 127, + stat_type3 = 5, + stat_value3 = 152, + stat_type4 = 32, + stat_value4 = 142, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028384; + +-- Item Nether Core's Control Rod Entry: 28386 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028386; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28386 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 410, + dmg_max1 = 797, + dmg_min2 = 410, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 69, + stat_type2 = 5, + stat_value2 = 74, + stat_type3 = 31, + stat_value3 = 36, + stat_type4 = 45, + stat_value4 = 61, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028386; + +-- Item Lamp of Peaceful Repose Entry: 28387 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028387; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28387 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 126, + stat_type2 = 45, + stat_value2 = 91, + stat_type3 = 43, + stat_value3 = 67, + stat_type4 = 7, + stat_value4 = 118, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028387; + +-- Item Thatia's Self-Correcting Gauntlets Entry: 28390 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028390; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28390 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 126, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 12, + stat_value3 = 51, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34061, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028390; + +-- Item Worldfire Chestguard Entry: 28391 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028391; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28391 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 239, + stat_type2 = 5, + stat_value2 = 234, + stat_type3 = 32, + stat_value3 = 190, + stat_type4 = 45, + stat_value4 = 179, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028391; + +-- Item Reflex Blades Entry: 28392 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028392; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28392 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 506, + dmg_max1 = 1094, + dmg_min2 = 506, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 230, + stat_type2 = 31, + stat_value2 = 143, + stat_type3 = 38, + stat_value3 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028392; + +-- Item Warmaul of Infused Light Entry: 28393 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028393; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28393 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 820, + dmg_max1 = 1825, + dmg_min2 = 820, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 185, + stat_type2 = 7, + stat_value2 = 234, + stat_type3 = 5, + stat_value3 = 225, + stat_type4 = 32, + stat_value4 = 190, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028393; + +-- Item Ryngo's Band of Ingenuity Entry: 28394 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028394; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28394 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 5, + stat_value2 = 215, + stat_type3 = 32, + stat_value3 = 215, + stat_type4 = 45, + stat_value4 = 210, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028394; + +-- Item Gloves of the Unbound Entry: 28396 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028396; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28396 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 176, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 38, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028396; + +-- Item Emberhawk Crossbow Entry: 28397 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028397; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28397 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 744, + dmg_max1 = 1339, + dmg_min2 = 744, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 125, + stat_type2 = 38, + stat_value2 = 72, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028397; + +-- Item The Sleeper's Cord Entry: 28398 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028398; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28398 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 134, + stat_type2 = 6, + stat_value2 = 124, + stat_type3 = 45, + stat_value3 = 98, + stat_type4 = 7, + stat_value4 = 113, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028398; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 145, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 115, + stat_type4 = 5, + stat_value4 = 97, + stat_type5 = 6, + stat_value5 = 92, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 101, + stat_type2 = 4, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 227, + stat_type2 = 3, + stat_value2 = 219, + stat_type3 = 7, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 167, + stat_type2 = 3, + stat_value2 = 234, + stat_type3 = 5, + stat_value3 = 154, + stat_type4 = 31, + stat_value4 = 85, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 121, + stat_type2 = 32, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 118, + stat_type3 = 31, + stat_value3 = 58, + stat_type4 = 38, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 733, + dmg_max1 = 1658, + dmg_min2 = 733, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 853, + dmg_max1 = 1550, + dmg_min2 = 853, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 247, + stat_type2 = 32, + stat_value2 = 172, + stat_type3 = 38, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 45, + stat_value2 = 86, + stat_type3 = 43, + stat_value3 = 64, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 128, + stat_type2 = 5, + stat_value2 = 97, + stat_type3 = 43, + stat_value3 = 49, + stat_type4 = 38, + stat_value4 = 78, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 43, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 32, + stat_value2 = 200, + stat_type3 = 38, + stat_value3 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 196, + stat_type2 = 31, + stat_value2 = 127, + stat_type3 = 45, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 865, + dmg_max1 = 1569, + dmg_min2 = 865, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 188, + stat_type3 = 7, + stat_value3 = 163, + stat_type4 = 31, + stat_value4 = 92, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Band of Dominion Entry: 31290 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 300, + stat_type2 = 45, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 210, + stat_type2 = 3, + stat_value2 = 189, + stat_type3 = 31, + stat_value3 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 521, + dmg_max1 = 1068, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 67, + stat_type2 = 32, + stat_value2 = 67, + stat_type3 = 38, + stat_value3 = 71, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 346, + dmg_max1 = 642, + dmg_min2 = 346, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 312, + stat_type2 = 43, + stat_value2 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 341, + dmg_max1 = 632, + dmg_min2 = 341, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 84, + stat_type2 = 32, + stat_value2 = 94, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 165, + stat_type3 = 43, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 601, + dmg_max1 = 1062, + dmg_min2 = 601, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 154, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 32, + stat_value3 = 180, + stat_type4 = 45, + stat_value4 = 227, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item Singing Crystal Axe Entry: 31318 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 877, + dmg_max1 = 1574, + dmg_min2 = 877, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 36, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031318; + +-- Item Band of Impenetrable Defenses Entry: 31319 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031319; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31319 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 12, + stat_value1 = 92, + stat_type2 = 7, + stat_value2 = 294, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031319; + +-- Item Chestguard of Exile Entry: 31320 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031320; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31320 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 234, + stat_type2 = 7, + stat_value2 = 196, + stat_type3 = 32, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031320; + +-- Item Choker of Repentance Entry: 31321 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 260, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 45, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031321; + +-- Item The Hammer of Destiny Entry: 31322 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 38284 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 630, EffectBasePoints_2 = 0 + WHERE ID = 30038284; + DELETE FROM acore_world.item_template WHERE entry = 20031322; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31322 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 803, + dmg_max1 = 1705, + dmg_min2 = 803, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 219, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 5, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30038284, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031322; + +-- Item Don Santos' Famous Hunting Rifle Entry: 31323 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031323; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31323 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 494, + dmg_max1 = 1022, + dmg_min2 = 494, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38290, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031323; + +-- Item Truestrike Ring Entry: 31326 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031326; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31326 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 212, + stat_type2 = 38, + stat_value2 = 204, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031326; + +-- Item Leggings of Beast Mastery Entry: 31328 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031328; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31328 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 207, + stat_type2 = 7, + stat_value2 = 263, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38297, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031328; + +-- Item Lifegiving Cloak Entry: 31329 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031329; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31329 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 110, + stat_type2 = 45, + stat_value2 = 129, + stat_type3 = 43, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031329; + +-- Item Lightning Crown Entry: 31330 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031330; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31330 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 247, + stat_type2 = 45, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031330; + +-- Item The Night Blade Entry: 31331 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031331; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31331 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 326, + dmg_max1 = 618, + dmg_min2 = 326, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 44, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031331; + +-- Item Blinkstrike Entry: 31332 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031332; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31332 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 507, + dmg_max1 = 914, + dmg_min2 = 507, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38308, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031332; + +-- Item The Night Watchman Entry: 31333 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031333; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31333 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 198, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 38, + stat_value3 = 169, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 23217, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031333; + +-- Item Staff of Natural Fury Entry: 31334 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031334; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31334 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 721, + dmg_max1 = 1431, + dmg_min2 = 721, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 360, + stat_type2 = 7, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38314, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 320 + WHERE entry = 20031334; + +-- Item Pants of Living Growth Entry: 31335 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031335; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31335 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 138, + stat_type2 = 43, + stat_value2 = 67, + stat_type3 = 5, + stat_value3 = 169, + stat_type4 = 6, + stat_value4 = 185, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031335; + +-- Item Blade of Wizardry Entry: 31336 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031336; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31336 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 321, + dmg_max1 = 657, + dmg_min2 = 321, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38319, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031336; + +-- Item Charlotte's Ivy Entry: 31338 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031338; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31338 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 167, + stat_type2 = 45, + stat_value2 = 154, + stat_type3 = 7, + stat_value3 = 196, + stat_type4 = 5, + stat_value4 = 200, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031338; + +-- Item Lola's Eve Entry: 31339 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031339; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31339 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 184, + stat_type2 = 5, + stat_value2 = 180, + stat_type3 = 6, + stat_value3 = 172, + stat_type4 = 45, + stat_value4 = 184, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031339; + +-- Item Will of Edward the Odd Entry: 31340 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 216, + stat_type2 = 32, + stat_value2 = 216, + stat_type3 = 45, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031340; + +-- Item The Ancient Scepter of Sue-Min Entry: 31342 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031342; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31342 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 351, + dmg_max1 = 721, + dmg_min2 = 351, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 123, + stat_type2 = 45, + stat_value2 = 320, + stat_type3 = 43, + stat_value3 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031342; + +-- Item Kamaei's Cerulean Skirt Entry: 31343 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031343; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31343 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 165, + stat_type3 = 45, + stat_value3 = 207, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031343; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Stormreaver Warblades Entry: 28315 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028315; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28315 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 319, + dmg_max1 = 604, + dmg_min2 = 319, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 128, + stat_type2 = 38, + stat_value2 = 87, + stat_type3 = 7, + stat_value3 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028315; + +-- Item Aegis of the Sunbird Entry: 28316 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028316; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28316 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 195, + stat_type2 = 12, + stat_value2 = 59, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33274, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20028316; + +-- Item Energis Armwraps Entry: 28317 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028317; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28317 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 171, + stat_type2 = 5, + stat_value2 = 166, + stat_type3 = 45, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028317; + +-- Item Obsidian Clodstompers Entry: 28318 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 225, + stat_type2 = 7, + stat_value2 = 210, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028318; + +-- Item Enchanted Thorium Torque Entry: 28321 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 285, + stat_type2 = 13, + stat_value2 = 161, + stat_type3 = 31, + stat_value3 = 116, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028321; + +-- Item Prismatic Mittens of Mending Entry: 28304 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 135, + stat_type2 = 5, + stat_value2 = 147, + stat_type3 = 45, + stat_value3 = 105, + stat_type4 = 43, + stat_value4 = 68, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028304; + +-- Item Towering Mantle of the Hunt Entry: 28306 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 154, + stat_type2 = 5, + stat_value2 = 162, + stat_type3 = 32, + stat_value3 = 154, + stat_type4 = 38, + stat_value4 = 165, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028306; + +-- Item Ace of Blessings Entry: 31882 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031882; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31882 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39480, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031882; + +-- Item Ace of Storms Entry: 31892 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031892; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31892 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39481, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031892; + +-- Item Ace of Furies Entry: 31901 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031901; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31901 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39483, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031901; + +-- Item Ace of Lunacy Entry: 31910 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20031910; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31910 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39484, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031910; + +-- Item Beast Lord Cuirass Entry: 28228 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028228; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28228 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 38, + stat_value1 = 179, + stat_type2 = 43, + stat_value2 = 69, + stat_type3 = 3, + stat_value3 = 179, + stat_type4 = 7, + stat_value4 = 225, + stat_type5 = 5, + stat_value5 = 195, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028228; + +-- Item Incanter's Robe Entry: 28229 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028229; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28229 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 215, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 6, + stat_value3 = 206, + stat_type4 = 32, + stat_value4 = 116, + stat_type5 = 45, + stat_value5 = 162, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028229; + +-- Item Warpstaff of Arcanum Entry: 28341 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028341; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28341 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 571, + dmg_max1 = 1206, + dmg_min2 = 571, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 31, + stat_value1 = 64, + stat_type2 = 32, + stat_value2 = 156, + stat_type3 = 45, + stat_value3 = 252, + stat_type4 = 7, + stat_value4 = 190, + stat_type5 = 5, + stat_value5 = 190, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028341; + +-- Item Warp Infused Drape Entry: 28342 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028342; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28342 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 248, + stat_type2 = 5, + stat_value2 = 252, + stat_type3 = 31, + stat_value3 = 86, + stat_type4 = 45, + stat_value4 = 174, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028342; + +-- Item Jagged Bark Pendant Entry: 28343 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028343; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28343 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 301, + stat_type2 = 7, + stat_value2 = 220, + stat_type3 = 38, + stat_value3 = 220, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028343; + +-- Item Warp Splinter's Thorn Entry: 28345 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028345; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28345 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 239, + dmg_max1 = 526, + dmg_min2 = 239, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 31, + stat_value3 = 58, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028345; + +-- Item Warpscale Leggings Entry: 28347 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028347; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28347 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 184, + stat_type3 = 13, + stat_value3 = 96, + stat_type4 = 31, + stat_value4 = 63, + stat_type5 = 38, + stat_value5 = 171, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028347; + +-- Item Moonglade Cowl Entry: 28348 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028348; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28348 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 4, + stat_value1 = 167, + stat_type2 = 3, + stat_value2 = 88, + stat_type3 = 7, + stat_value3 = 141, + stat_type4 = 5, + stat_value4 = 171, + stat_type5 = 6, + stat_value5 = 117, + stat_type6 = 45, + stat_value6 = 122, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028348; + +-- Item Tidefury Helm Entry: 28349 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028349; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28349 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 80, + stat_type2 = 7, + stat_value2 = 201, + stat_type3 = 5, + stat_value3 = 183, + stat_type4 = 45, + stat_value4 = 137, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028349; + +-- Item Warhelm of the Bold Entry: 28350 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028350; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28350 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 175, + stat_type2 = 12, + stat_value2 = 60, + stat_type3 = 4, + stat_value3 = 179, + stat_type4 = 3, + stat_value4 = 171, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028350; + +-- Item Greatsword of Forlorn Visions Entry: 28367 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028367; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28367 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 926, + dmg_max1 = 1653, + dmg_min2 = 926, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 308, + stat_type2 = 7, + stat_value2 = 323, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028367; + +-- Item Netherfury Cape Entry: 28371 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028371; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28371 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 146, + stat_type2 = 4, + stat_value2 = 136, + stat_type3 = 7, + stat_value3 = 136, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028371; + +-- Item Beast Lord Cuirass Entry: 28228 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028228; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28228 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 179, + stat_type2 = 7, + stat_value2 = 225, + stat_type3 = 5, + stat_value3 = 195, + stat_type4 = 38, + stat_value4 = 179, + stat_type5 = 43, + stat_value5 = 69, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028228; + +-- Item Incanter's Robe Entry: 28229 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028229; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28229 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 162, + stat_type2 = 7, + stat_value2 = 215, + stat_type3 = 5, + stat_value3 = 206, + stat_type4 = 6, + stat_value4 = 206, + stat_type5 = 32, + stat_value5 = 116, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028229; + +-- Item Warpstaff of Arcanum Entry: 28341 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028341; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28341 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 598, + dmg_max1 = 1224, + dmg_min2 = 598, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 32, + stat_value1 = 156, + stat_type2 = 45, + stat_value2 = 252, + stat_type3 = 7, + stat_value3 = 190, + stat_type4 = 5, + stat_value4 = 190, + stat_type5 = 31, + stat_value5 = 64, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028341; + +-- Item Warp Infused Drape Entry: 28342 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028342; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28342 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 248, + stat_type2 = 5, + stat_value2 = 252, + stat_type3 = 31, + stat_value3 = 86, + stat_type4 = 45, + stat_value4 = 174, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028342; + +-- Item Jagged Bark Pendant Entry: 28343 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028343; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28343 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 301, + stat_type2 = 7, + stat_value2 = 220, + stat_type3 = 38, + stat_value3 = 220, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028343; + +-- Item Warp Splinter's Thorn Entry: 28345 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028345; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28345 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 255, + dmg_max1 = 495, + dmg_min2 = 255, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 110, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 31, + stat_value3 = 58, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028345; + +-- Item Warpscale Leggings Entry: 28347 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028347; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28347 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 184, + stat_type2 = 13, + stat_value2 = 96, + stat_type3 = 31, + stat_value3 = 63, + stat_type4 = 38, + stat_value4 = 171, + stat_type5 = 3, + stat_value5 = 184, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028347; + +-- Item Moonglade Cowl Entry: 28348 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028348; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28348 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 7, + stat_value1 = 141, + stat_type2 = 5, + stat_value2 = 171, + stat_type3 = 6, + stat_value3 = 117, + stat_type4 = 45, + stat_value4 = 122, + stat_type5 = 4, + stat_value5 = 167, + stat_type6 = 3, + stat_value6 = 88, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028348; + +-- Item Tidefury Helm Entry: 28349 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028349; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28349 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 5, + stat_value2 = 183, + stat_type3 = 45, + stat_value3 = 137, + stat_type4 = 43, + stat_value4 = 80, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028349; + +-- Item Warhelm of the Bold Entry: 28350 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028350; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28350 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 12, + stat_value1 = 60, + stat_type2 = 4, + stat_value2 = 179, + stat_type3 = 3, + stat_value3 = 171, + stat_type4 = 7, + stat_value4 = 175, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028350; + +-- Item Greatsword of Forlorn Visions Entry: 28367 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028367; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28367 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 859, + dmg_max1 = 1772, + dmg_min2 = 859, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 308, + stat_type2 = 7, + stat_value2 = 323, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028367; + +-- Item Netherfury Cape Entry: 28371 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028371; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28371 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 136, + stat_type2 = 7, + stat_value2 = 136, + stat_type3 = 32, + stat_value3 = 146, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028371; + +-- Item Runed Dagger of Solace Entry: 28322 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028322; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28322 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 317, + dmg_max1 = 625, + dmg_min2 = 317, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 35, + stat_value2 = 185, + stat_type3 = 45, + stat_value3 = 344, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028322; + +-- Item Ring of Umbral Doom Entry: 28323 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028323; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28323 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 252, + stat_type2 = 7, + stat_value2 = 239, + stat_type3 = 32, + stat_value3 = 252, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028323; + +-- Item Gauntlets of Cruel Intention Entry: 28324 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028324; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28324 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 171, + stat_type2 = 7, + stat_value2 = 155, + stat_type3 = 32, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028324; + +-- Item Dreamer's Dragonstaff Entry: 28325 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028325; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28325 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 671, + dmg_max1 = 1188, + dmg_min2 = 671, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 406, + stat_type2 = 3, + stat_value2 = 130, + stat_type3 = 7, + stat_value3 = 137, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028325; + +-- Item Arcane Netherband Entry: 28327 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028327; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28327 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 195, + stat_type2 = 45, + stat_value2 = 150, + stat_type3 = 47, + stat_value3 = 285, + stat_type4 = 7, + stat_value4 = 195, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028327; + +-- Item Spaulders of the Righteous Entry: 27739 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027739; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27739 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 179, + stat_type2 = 5, + stat_value2 = 179, + stat_type3 = 12, + stat_value3 = 64, + stat_type4 = 45, + stat_value4 = 98, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027739; + +-- Item Mithril-Bark Cloak Entry: 28328 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028328; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28328 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 187, + stat_type2 = 35, + stat_value2 = 166, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028328; + +-- Item Devil-Stitched Leggings Entry: 28338 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028338; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28338 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 253, + stat_type2 = 5, + stat_value2 = 232, + stat_type3 = 45, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028338; + +-- Item Boots of the Shifting Sands Entry: 28339 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028339; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28339 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 155, + stat_type2 = 38, + stat_value2 = 158, + stat_type3 = 7, + stat_value3 = 199, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028339; + +-- Item Mantle of Autumn Entry: 28340 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 195, + stat_type2 = 5, + stat_value2 = 158, + stat_type3 = 6, + stat_value3 = 154, + stat_type4 = 45, + stat_value4 = 117, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028340; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 115, + stat_type2 = 5, + stat_value2 = 97, + stat_type3 = 6, + stat_value3 = 92, + stat_type4 = 4, + stat_value4 = 145, + stat_type5 = 3, + stat_value5 = 135, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 227, + stat_type2 = 3, + stat_value2 = 219, + stat_type3 = 7, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 31, + stat_value3 = 85, + stat_type4 = 38, + stat_value4 = 167, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 121, + stat_type2 = 32, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 135, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 118, + stat_type4 = 31, + stat_value4 = 58, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 877, + dmg_max1 = 1622, + dmg_min2 = 877, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 841, + dmg_max1 = 1658, + dmg_min2 = 841, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 247, + stat_type2 = 32, + stat_value2 = 172, + stat_type3 = 38, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 86, + stat_type2 = 43, + stat_value2 = 64, + stat_type3 = 5, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 97, + stat_type2 = 43, + stat_value2 = 49, + stat_type3 = 38, + stat_value3 = 78, + stat_type4 = 3, + stat_value4 = 128, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 98, + stat_type2 = 7, + stat_value2 = 138, + stat_type3 = 5, + stat_value3 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 32, + stat_value2 = 200, + stat_type3 = 38, + stat_value3 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 127, + stat_type2 = 45, + stat_value2 = 208, + stat_type3 = 5, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 877, + dmg_max1 = 1693, + dmg_min2 = 877, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 163, + stat_type2 = 31, + stat_value2 = 92, + stat_type3 = 4, + stat_value3 = 200, + stat_type4 = 5, + stat_value4 = 188, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Band of Dominion Entry: 31290 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 300, + stat_type2 = 45, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 210, + stat_type2 = 3, + stat_value2 = 189, + stat_type3 = 31, + stat_value3 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 614, + dmg_max1 = 1144, + dmg_min2 = 614, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 67, + stat_type2 = 32, + stat_value2 = 67, + stat_type3 = 38, + stat_value3 = 71, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 336, + dmg_max1 = 667, + dmg_min2 = 336, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 312, + stat_type2 = 43, + stat_value2 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 306, + dmg_max1 = 618, + dmg_min2 = 306, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 84, + stat_type2 = 32, + stat_value2 = 94, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 43, + stat_value2 = 110, + stat_type3 = 5, + stat_value3 = 169, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 543, + dmg_max1 = 1079, + dmg_min2 = 543, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 154, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 32, + stat_value3 = 180, + stat_type4 = 45, + stat_value4 = 227, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item Crystalblade of the Draenei Entry: 31234 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 303, + dmg_max1 = 553, + dmg_min2 = 303, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 12, + stat_value2 = 39, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 195 + WHERE entry = 20031234; + +-- Item Elekk Hide Leggings Entry: 31237 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031237; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31237 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 195, + stat_type2 = 7, + stat_value2 = 161, + stat_type3 = 5, + stat_value3 = 134, + stat_type4 = 32, + stat_value4 = 134, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031237; + +-- Item Scales of the Beast Entry: 31240 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 172, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 5, + stat_value3 = 146, + stat_type4 = 38, + stat_value4 = 172, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031240; + +-- Item Cloak of the Craft Entry: 31255 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 31, + stat_value2 = 58, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031255; + +-- Item Band of Sorrow Entry: 31258 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 144, + stat_type2 = 5, + stat_value2 = 234, + stat_type3 = 6, + stat_value3 = 247, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031258; + +-- Item Crown of Endless Knowledge Entry: 31272 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031272; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31272 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 147, + stat_type2 = 45, + stat_value2 = 125, + stat_type3 = 7, + stat_value3 = 143, + stat_type4 = 5, + stat_value4 = 169, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031272; + +-- Item Necklace of Trophies Entry: 31275 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 247, + stat_type2 = 3, + stat_value2 = 196, + stat_type3 = 31, + stat_value3 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031275; + +-- Item Boots of Zealotry Entry: 31276 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 127, + stat_type2 = 5, + stat_value2 = 109, + stat_type3 = 32, + stat_value3 = 124, + stat_type4 = 43, + stat_value4 = 68, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031276; + +-- Item Pathfinder's Band Entry: 31277 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 300, + stat_type2 = 38, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031277; + +-- Item Thundercaller's Gauntlets Entry: 31280 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 5, + stat_value2 = 110, + stat_type3 = 32, + stat_value3 = 115, + stat_type4 = 45, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031280; + +-- Item Mask of Veiled Death Entry: 31281 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031281; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31281 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 207, + stat_type2 = 32, + stat_value2 = 175, + stat_type3 = 31, + stat_value3 = 73, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031281; + +-- Item Shroud of Spiritual Purity Entry: 31282 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031282; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31282 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 230, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031282; + +-- Item Sash of Sealed Fate Entry: 31283 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031283; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31283 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 106, + stat_type2 = 32, + stat_value2 = 135, + stat_type3 = 45, + stat_value3 = 117, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031283; + +-- Item Singing Crystal Axe Entry: 31318 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 781, + dmg_max1 = 1562, + dmg_min2 = 781, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 36, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031318; + +-- Item Band of Impenetrable Defenses Entry: 31319 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031319; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31319 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 294, + stat_type2 = 12, + stat_value2 = 92, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031319; + +-- Item Chestguard of Exile Entry: 31320 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031320; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31320 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 234, + stat_type2 = 7, + stat_value2 = 196, + stat_type3 = 32, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031320; + +-- Item Choker of Repentance Entry: 31321 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 260, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 45, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031321; + +-- Item The Hammer of Destiny Entry: 31322 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 38284 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 630, EffectBasePoints_2 = 0 + WHERE ID = 30038284; + DELETE FROM acore_world.item_template WHERE entry = 20031322; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31322 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 852, + dmg_max1 = 1569, + dmg_min2 = 852, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 219, + stat_type2 = 7, + stat_value2 = 212, + stat_type3 = 5, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30038284, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031322; + +-- Item Don Santos' Famous Hunting Rifle Entry: 31323 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031323; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31323 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 575, + dmg_max1 = 1127, + dmg_min2 = 575, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38290, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031323; + +-- Item Truestrike Ring Entry: 31326 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031326; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31326 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 212, + stat_type2 = 38, + stat_value2 = 204, + stat_type3 = 43, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031326; + +-- Item Leggings of Beast Mastery Entry: 31328 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031328; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31328 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 263, + stat_type2 = 3, + stat_value2 = 207, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38297, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031328; + +-- Item Lifegiving Cloak Entry: 31329 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031329; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31329 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 110, + stat_type2 = 45, + stat_value2 = 129, + stat_type3 = 43, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031329; + +-- Item Lightning Crown Entry: 31330 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031330; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31330 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 247, + stat_type2 = 45, + stat_value2 = 190, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031330; + +-- Item The Night Blade Entry: 31331 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031331; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31331 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 326, + dmg_max1 = 627, + dmg_min2 = 326, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 44, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031331; + +-- Item Blinkstrike Entry: 31332 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031332; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31332 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 507, + dmg_max1 = 949, + dmg_min2 = 507, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38308, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031332; + +-- Item The Night Watchman Entry: 31333 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031333; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31333 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 198, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 38, + stat_value3 = 169, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 23217, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031333; + +-- Item Staff of Natural Fury Entry: 31334 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031334; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31334 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 700, + dmg_max1 = 1359, + dmg_min2 = 700, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 38, + stat_value1 = 360, + stat_type2 = 7, + stat_value2 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38314, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 320 + WHERE entry = 20031334; + +-- Item Pants of Living Growth Entry: 31335 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031335; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31335 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 169, + stat_type2 = 6, + stat_value2 = 185, + stat_type3 = 45, + stat_value3 = 138, + stat_type4 = 43, + stat_value4 = 67, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031335; + +-- Item Blade of Wizardry Entry: 31336 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031336; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31336 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 336, + dmg_max1 = 647, + dmg_min2 = 336, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38319, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031336; + +-- Item Charlotte's Ivy Entry: 31338 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031338; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31338 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 200, + stat_type2 = 6, + stat_value2 = 167, + stat_type3 = 45, + stat_value3 = 154, + stat_type4 = 7, + stat_value4 = 196, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031338; + +-- Item Lola's Eve Entry: 31339 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031339; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31339 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 184, + stat_type2 = 5, + stat_value2 = 180, + stat_type3 = 6, + stat_value3 = 172, + stat_type4 = 45, + stat_value4 = 184, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031339; + +-- Item Will of Edward the Odd Entry: 31340 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 216, + stat_type2 = 32, + stat_value2 = 216, + stat_type3 = 45, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031340; + +-- Item The Ancient Scepter of Sue-Min Entry: 31342 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031342; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31342 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 392, + dmg_max1 = 732, + dmg_min2 = 392, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 123, + stat_type2 = 45, + stat_value2 = 320, + stat_type3 = 43, + stat_value3 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031342; + +-- Item Kamaei's Cerulean Skirt Entry: 31343 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031343; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31343 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 165, + stat_type3 = 45, + stat_value3 = 207, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031343; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Plasma Rat's Hyper-Scythe Entry: 28253 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028253; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28253 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 979, + dmg_max1 = 1653, + dmg_min2 = 979, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 277, + stat_type2 = 32, + stat_value2 = 201, + stat_type3 = 4, + stat_value3 = 265, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028253; + +-- Item Warp Engineer's Prismatic Chain Entry: 28254 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028254; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28254 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 225, + stat_type2 = 5, + stat_value2 = 234, + stat_type3 = 32, + stat_value3 = 215, + stat_type4 = 45, + stat_value4 = 162, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028254; + +-- Item Lunar-Claw Pauldrons Entry: 28255 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 169, + stat_type2 = 5, + stat_value2 = 182, + stat_type3 = 6, + stat_value3 = 143, + stat_type4 = 45, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028255; + +-- Item Thoriumweave Cloak Entry: 28256 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 265, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028256; + +-- Item Hammer of the Penitent Entry: 28257 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028257; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28257 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 342, + dmg_max1 = 702, + dmg_min2 = 342, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 87, + stat_type2 = 5, + stat_value2 = 156, + stat_type3 = 6, + stat_value3 = 137, + stat_type4 = 45, + stat_value4 = 334, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028257; + +-- Item Primal Nether Entry: 23572 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20023572; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23572 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023572; + +-- Item Mana Wrath Entry: 27899 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027899; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27899 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 402, + dmg_max1 = 745, + dmg_min2 = 402, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 168, + stat_type2 = 45, + stat_value2 = 351, + stat_type3 = 7, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027899; + +-- Item Moonglade Robe Entry: 28202 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028202; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28202 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 4, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 156, + stat_type3 = 5, + stat_value3 = 162, + stat_type4 = 6, + stat_value4 = 144, + stat_type5 = 3, + stat_value5 = 162, + stat_type6 = 45, + stat_value6 = 150, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028202; + +-- Item Tunic of Assassination Entry: 28204 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 265, + stat_type2 = 7, + stat_value2 = 225, + stat_type3 = 38, + stat_value3 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028204; + +-- Item Dath'Remar's Ring of Defense Entry: 28265 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028265; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28265 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 15, + stat_value2 = 315, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34061, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028265; + +-- Item Molten Earth Kilt Entry: 28266 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 152, + stat_type2 = 43, + stat_value2 = 103, + stat_type3 = 7, + stat_value3 = 171, + stat_type4 = 5, + stat_value4 = 201, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028266; + +-- Item Edge of the Cosmos Entry: 28267 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 566, + dmg_max1 = 998, + dmg_min2 = 566, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 106, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 32, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028267; + +-- Item Baba's Cloak of Arcanistry Entry: 28269 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028269; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28269 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 118, + stat_type2 = 45, + stat_value2 = 104, + stat_type3 = 7, + stat_value3 = 124, + stat_type4 = 5, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028269; + +-- Item Beast Lord Helm Entry: 28275 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 167, + stat_type2 = 38, + stat_value2 = 179, + stat_type3 = 3, + stat_value3 = 179, + stat_type4 = 7, + stat_value4 = 163, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028275; + +-- Item Incanter's Cowl Entry: 28278 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 5, + stat_value2 = 187, + stat_type3 = 6, + stat_value3 = 141, + stat_type4 = 32, + stat_value4 = 150, + stat_type5 = 45, + stat_value5 = 132, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028278; + +-- Item Helm of the Righteous Entry: 28285 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 43, + stat_value1 = 73, + stat_type2 = 7, + stat_value2 = 187, + stat_type3 = 5, + stat_value3 = 146, + stat_type4 = 12, + stat_value4 = 56, + stat_type5 = 45, + stat_value5 = 112, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028285; + +-- Item Telescopic Sharprifle Entry: 28286 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 644, + dmg_max1 = 1329, + dmg_min2 = 644, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 99, + stat_type2 = 38, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028286; + +-- Item Mana Wrath Entry: 27899 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027899; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27899 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 375, + dmg_max1 = 751, + dmg_min2 = 375, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 351, + stat_type2 = 7, + stat_value2 = 201, + stat_type3 = 5, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027899; + +-- Item Moonglade Robe Entry: 28202 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028202; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28202 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 4, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 156, + stat_type3 = 5, + stat_value3 = 162, + stat_type4 = 6, + stat_value4 = 144, + stat_type5 = 3, + stat_value5 = 162, + stat_type6 = 45, + stat_value6 = 150, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028202; + +-- Item Tunic of Assassination Entry: 28204 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 265, + stat_type2 = 7, + stat_value2 = 225, + stat_type3 = 38, + stat_value3 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20028204; + +-- Item Dath'Remar's Ring of Defense Entry: 28265 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028265; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28265 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 315, + stat_type2 = 15, + stat_value2 = 315, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34061, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028265; + +-- Item Molten Earth Kilt Entry: 28266 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028266; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28266 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 171, + stat_type2 = 5, + stat_value2 = 201, + stat_type3 = 45, + stat_value3 = 152, + stat_type4 = 43, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028266; + +-- Item Edge of the Cosmos Entry: 28267 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028267; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28267 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 526, + dmg_max1 = 1037, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 99, + stat_type2 = 32, + stat_value2 = 110, + stat_type3 = 38, + stat_value3 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028267; + +-- Item Baba's Cloak of Arcanistry Entry: 28269 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028269; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28269 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 5, + stat_value2 = 124, + stat_type3 = 32, + stat_value3 = 118, + stat_type4 = 45, + stat_value4 = 104, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028269; + +-- Item Beast Lord Helm Entry: 28275 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 179, + stat_type2 = 7, + stat_value2 = 163, + stat_type3 = 5, + stat_value3 = 167, + stat_type4 = 38, + stat_value4 = 179, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20028275; + +-- Item Incanter's Cowl Entry: 28278 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 5, + stat_value2 = 187, + stat_type3 = 6, + stat_value3 = 141, + stat_type4 = 32, + stat_value4 = 150, + stat_type5 = 45, + stat_value5 = 132, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028278; + +-- Item Helm of the Righteous Entry: 28285 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 187, + stat_type2 = 5, + stat_value2 = 146, + stat_type3 = 12, + stat_value3 = 56, + stat_type4 = 45, + stat_value4 = 112, + stat_type5 = 43, + stat_value5 = 73, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028285; + +-- Item Telescopic Sharprifle Entry: 28286 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 714, + dmg_max1 = 1329, + dmg_min2 = 714, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 99, + stat_type2 = 38, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028286; + +-- Item Nethershrike Entry: 28258 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 370, + dmg_max1 = 714, + dmg_min2 = 370, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 99, + stat_type2 = 32, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028258; + +-- Item Manual of the Nethermancer Entry: 28260 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028260; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28260 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 139, + stat_type2 = 45, + stat_value2 = 101, + stat_type3 = 7, + stat_value3 = 107, + stat_type4 = 5, + stat_value4 = 121, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028260; + +-- Item Jade-Skull Breastplate Entry: 28262 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028262; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28262 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 201, + stat_type2 = 7, + stat_value2 = 273, + stat_type3 = 12, + stat_value3 = 70, + stat_type4 = 15, + stat_value4 = 174, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20028262; + +-- Item Stellaris Entry: 28263 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028263; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28263 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 430, + dmg_max1 = 718, + dmg_min2 = 430, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 130, + stat_type2 = 7, + stat_value2 = 93, + stat_type3 = 38, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028263; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 145, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 115, + stat_type4 = 5, + stat_value4 = 97, + stat_type5 = 6, + stat_value5 = 92, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 101, + stat_type2 = 4, + stat_value2 = 134, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 196, + stat_type2 = 4, + stat_value2 = 227, + stat_type3 = 3, + stat_value3 = 219, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 31, + stat_value3 = 85, + stat_type4 = 38, + stat_value4 = 167, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 91, + stat_type2 = 5, + stat_value2 = 121, + stat_type3 = 32, + stat_value3 = 142, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 135, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 118, + stat_type4 = 31, + stat_value4 = 58, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 745, + dmg_max1 = 1646, + dmg_min2 = 745, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 793, + dmg_max1 = 1646, + dmg_min2 = 793, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 216, + stat_type2 = 7, + stat_value2 = 247, + stat_type3 = 32, + stat_value3 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 45, + stat_value2 = 86, + stat_type3 = 43, + stat_value3 = 64, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 128, + stat_type2 = 5, + stat_value2 = 97, + stat_type3 = 43, + stat_value3 = 49, + stat_type4 = 38, + stat_value4 = 78, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 98, + stat_type2 = 7, + stat_value2 = 138, + stat_type3 = 5, + stat_value3 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 237, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 32, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 196, + stat_type2 = 31, + stat_value2 = 127, + stat_type3 = 45, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 840, + dmg_max1 = 1631, + dmg_min2 = 840, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 188, + stat_type3 = 7, + stat_value3 = 163, + stat_type4 = 31, + stat_value4 = 92, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Band of Dominion Entry: 31290 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 300, + stat_type2 = 45, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 210, + stat_type2 = 3, + stat_value2 = 189, + stat_type3 = 31, + stat_value3 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 588, + dmg_max1 = 1110, + dmg_min2 = 588, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 67, + stat_type2 = 32, + stat_value2 = 67, + stat_type3 = 38, + stat_value3 = 71, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 370, + dmg_max1 = 632, + dmg_min2 = 370, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 43, + stat_value1 = 112, + stat_type2 = 45, + stat_value2 = 312, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 326, + dmg_max1 = 627, + dmg_min2 = 326, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 94, + stat_type2 = 38, + stat_value2 = 91, + stat_type3 = 7, + stat_value3 = 84, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 110, + stat_type2 = 5, + stat_value2 = 169, + stat_type3 = 7, + stat_value3 = 165, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 560, + dmg_max1 = 1062, + dmg_min2 = 560, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 154, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 32, + stat_value3 = 180, + stat_type4 = 45, + stat_value4 = 227, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Pattern: Stylin' Purple Hat Entry: 25728 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20025728; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25728 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 483, + spellid_2 = 32485, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025728; + +-- Item Moonglade Handwraps Entry: 27468 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027468; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27468 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 7, + stat_value1 = 109, + stat_type2 = 5, + stat_value2 = 116, + stat_type3 = 6, + stat_value3 = 105, + stat_type4 = 45, + stat_value4 = 82, + stat_type5 = 4, + stat_value5 = 112, + stat_type6 = 3, + stat_value6 = 90, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20027468; + +-- Item Wand of the Netherwing Entry: 27890 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 446, + dmg_max1 = 773, + dmg_min2 = 446, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 123, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027890; + +-- Item Adamantine Figurine Entry: 27891 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027891; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27891 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33479, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027891; + +-- Item Cloak of the Inciter Entry: 27892 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027892; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27892 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 113, + stat_type2 = 7, + stat_value2 = 113, + stat_type3 = 32, + stat_value3 = 126, + stat_type4 = 31, + stat_value4 = 65, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027892; + +-- Item Ornate Leggings of the Venerated Entry: 27893 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027893; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27893 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 253, + stat_type2 = 7, + stat_value2 = 189, + stat_type3 = 5, + stat_value3 = 209, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027893; + +-- Item Brooch of Heightened Potential Entry: 28134 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028134; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28134 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 195, + stat_type2 = 31, + stat_value2 = 83, + stat_type3 = 32, + stat_value3 = 195, + stat_type4 = 45, + stat_value4 = 168, + stat_type5 = 7, + stat_value5 = 206, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20028134; + +-- Item Primal Nether Entry: 23572 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20023572; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23572 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023572; + +-- Item Spaulders of Oblivion Entry: 27778 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027778; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27778 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 220, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 45, + stat_value3 = 162, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027778; + +-- Item Shoulderguards of the Bold Entry: 27803 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027803; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27803 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 199, + stat_type2 = 7, + stat_value2 = 199, + stat_type3 = 12, + stat_value3 = 59, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027803; + +-- Item Silent Slippers of Meditation Entry: 27902 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027902; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27902 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 158, + stat_type2 = 5, + stat_value2 = 161, + stat_type3 = 6, + stat_value3 = 145, + stat_type4 = 45, + stat_value4 = 112, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027902; + +-- Item Sonic Spear Entry: 27903 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027903; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27903 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 846, + dmg_max1 = 1706, + dmg_min2 = 846, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 215, + stat_type2 = 3, + stat_value2 = 230, + stat_type3 = 7, + stat_value3 = 210, + stat_type4 = 31, + stat_value4 = 102, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027903; + +-- Item Greatsword of Horrid Dreams Entry: 27905 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027905; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27905 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 391, + dmg_max1 = 713, + dmg_min2 = 391, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 150, + stat_type2 = 5, + stat_value2 = 144, + stat_type3 = 31, + stat_value3 = 79, + stat_type4 = 45, + stat_value4 = 351, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027905; + +-- Item Leggings of Assassination Entry: 27908 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027908; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27908 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 220, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 31, + stat_value3 = 86, + stat_type4 = 38, + stat_value4 = 157, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20027908; + +-- Item Tidefury Kilt Entry: 27909 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027909; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27909 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 228, + stat_type2 = 5, + stat_value2 = 201, + stat_type3 = 32, + stat_value3 = 152, + stat_type4 = 45, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027909; + +-- Item Silvermoon Crest Shield Entry: 27910 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027910; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27910 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 162, + stat_type2 = 45, + stat_value2 = 121, + stat_type3 = 43, + stat_value3 = 68, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20027910; + +-- Item Harness of the Deep Currents Entry: 27912 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 215, + stat_type2 = 5, + stat_value2 = 225, + stat_type3 = 45, + stat_value3 = 168, + stat_type4 = 43, + stat_value4 = 117, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027912; + +-- Item Whispering Blade of Slaying Entry: 27913 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027913; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27913 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 361, + dmg_max1 = 798, + dmg_min2 = 361, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 93, + stat_type2 = 7, + stat_value2 = 122, + stat_type3 = 37, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027913; + +-- Item Hallowed Garments Entry: 28230 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028230; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28230 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 156, + stat_type2 = 5, + stat_value2 = 248, + stat_type3 = 6, + stat_value3 = 248, + stat_type4 = 45, + stat_value4 = 179, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028230; + +-- Item Robe of Oblivion Entry: 28232 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20028232; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28232 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 230, + stat_type2 = 45, + stat_value2 = 230, + stat_type3 = 7, + stat_value3 = 289, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20028232; + +-- Item Ornate Boots of the Sanctified Entry: 27884 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027884; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27884 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 215, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 5, + stat_value3 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027884; + +-- Item Soul-Wand of the Aldor Entry: 27885 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027885; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27885 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 434, + dmg_max1 = 773, + dmg_min2 = 434, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 71, + stat_type2 = 5, + stat_value2 = 66, + stat_type3 = 6, + stat_value3 = 75, + stat_type4 = 45, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027885; + +-- Item Platinum Shield of the Valorous Entry: 27887 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027887; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27887 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 193, + stat_type2 = 12, + stat_value2 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9450 + WHERE entry = 20027887; + +-- Item Dream-Wing Helm Entry: 27888 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027888; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27888 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 38, + stat_value1 = 175, + stat_type2 = 7, + stat_value2 = 117, + stat_type3 = 5, + stat_value3 = 150, + stat_type4 = 32, + stat_value4 = 132, + stat_type5 = 31, + stat_value5 = 55, + stat_type6 = 43, + stat_value6 = 66, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027888; + +-- Item Jaedenfire Gloves of Annihilation Entry: 27889 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027889; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27889 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 168, + stat_type2 = 5, + stat_value2 = 168, + stat_type3 = 45, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027889; + +-- Item Hallowed Pauldrons Entry: 27775 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027775; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27775 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 126, + stat_type2 = 5, + stat_value2 = 172, + stat_type3 = 6, + stat_value3 = 189, + stat_type4 = 45, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027775; + +-- Item Breastplate of Many Graces Entry: 27897 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027897; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27897 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 248, + stat_type2 = 5, + stat_value2 = 201, + stat_type3 = 45, + stat_value3 = 150, + stat_type4 = 43, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027897; + +-- Item Wrathfire Hand-Cannon Entry: 27898 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027898; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27898 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 456, + dmg_max1 = 906, + dmg_min2 = 456, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 89, + stat_type2 = 38, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027898; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 115, + stat_type3 = 5, + stat_value3 = 97, + stat_type4 = 6, + stat_value4 = 92, + stat_type5 = 4, + stat_value5 = 145, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 227, + stat_type2 = 3, + stat_value2 = 219, + stat_type3 = 7, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 31, + stat_value3 = 85, + stat_type4 = 38, + stat_value4 = 167, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 121, + stat_type2 = 32, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 118, + stat_type3 = 31, + stat_value3 = 58, + stat_type4 = 38, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 757, + dmg_max1 = 1598, + dmg_min2 = 757, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 853, + dmg_max1 = 1658, + dmg_min2 = 853, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 216, + stat_type2 = 7, + stat_value2 = 247, + stat_type3 = 32, + stat_value3 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 64, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 45, + stat_value3 = 86, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 97, + stat_type2 = 43, + stat_value2 = 49, + stat_type3 = 38, + stat_value3 = 78, + stat_type4 = 3, + stat_value4 = 128, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 43, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 32, + stat_value2 = 200, + stat_type3 = 38, + stat_value3 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 127, + stat_type2 = 45, + stat_value2 = 208, + stat_type3 = 5, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 803, + dmg_max1 = 1705, + dmg_min2 = 803, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 188, + stat_type3 = 7, + stat_value3 = 163, + stat_type4 = 31, + stat_value4 = 92, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Band of Dominion Entry: 31290 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 300, + stat_type2 = 45, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 210, + stat_type2 = 3, + stat_value2 = 189, + stat_type3 = 31, + stat_value3 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 614, + dmg_max1 = 1118, + dmg_min2 = 614, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 67, + stat_type2 = 32, + stat_value2 = 67, + stat_type3 = 38, + stat_value3 = 71, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 336, + dmg_max1 = 632, + dmg_min2 = 336, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 312, + stat_type2 = 43, + stat_value2 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 346, + dmg_max1 = 667, + dmg_min2 = 346, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 84, + stat_type2 = 32, + stat_value2 = 94, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 165, + stat_type3 = 43, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 502, + dmg_max1 = 1079, + dmg_min2 = 502, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 180, + stat_type2 = 45, + stat_value2 = 227, + stat_type3 = 7, + stat_value3 = 154, + stat_type4 = 5, + stat_value4 = 154, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item Singing Crystal Axe Entry: 31318 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031318; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31318 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 769, + dmg_max1 = 1514, + dmg_min2 = 769, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 36, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031318; + +-- Item Band of Impenetrable Defenses Entry: 31319 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031319; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31319 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 294, + stat_type2 = 12, + stat_value2 = 92, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031319; + +-- Item Chestguard of Exile Entry: 31320 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031320; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31320 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 234, + stat_type2 = 7, + stat_value2 = 196, + stat_type3 = 32, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031320; + +-- Item Choker of Repentance Entry: 31321 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031321; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31321 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 260, + stat_type2 = 5, + stat_value2 = 204, + stat_type3 = 45, + stat_value3 = 167, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031321; + +-- Item The Hammer of Destiny Entry: 31322 ItemLevel 311 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 38284 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 630, EffectBasePoints_2 = 0 + WHERE ID = 30038284; + DELETE FROM acore_world.item_template WHERE entry = 20031322; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31322 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 865, + dmg_max1 = 1668, + dmg_min2 = 865, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 208, + stat_type2 = 4, + stat_value2 = 219, + stat_type3 = 7, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30038284, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031322; + +-- Item Don Santos' Famous Hunting Rifle Entry: 31323 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031323; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31323 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 584, + dmg_max1 = 1095, + dmg_min2 = 584, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38290, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031323; + +-- Item Truestrike Ring Entry: 31326 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031326; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31326 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 204, + stat_type2 = 43, + stat_value2 = 112, + stat_type3 = 3, + stat_value3 = 212, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031326; + +-- Item Leggings of Beast Mastery Entry: 31328 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031328; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31328 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 207, + stat_type2 = 7, + stat_value2 = 263, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38297, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031328; + +-- Item Lifegiving Cloak Entry: 31329 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031329; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31329 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 110, + stat_type2 = 45, + stat_value2 = 129, + stat_type3 = 43, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031329; + +-- Item Lightning Crown Entry: 31330 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031330; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31330 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 190, + stat_type2 = 32, + stat_value2 = 247, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031330; + +-- Item The Night Blade Entry: 31331 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031331; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31331 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 341, + dmg_max1 = 627, + dmg_min2 = 341, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 44, + stat_value1 = 170, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031331; + +-- Item Blinkstrike Entry: 31332 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031332; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31332 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 535, + dmg_max1 = 935, + dmg_min2 = 535, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38308, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031332; + +-- Item The Night Watchman Entry: 31333 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031333; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31333 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 198, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 38, + stat_value3 = 169, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 23217, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031333; + +-- Item Staff of Natural Fury Entry: 31334 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031334; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31334 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 659, + dmg_max1 = 1411, + dmg_min2 = 659, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 149, + stat_type2 = 38, + stat_value2 = 360, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38314, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 320 + WHERE entry = 20031334; + +-- Item Pants of Living Growth Entry: 31335 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031335; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31335 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 185, + stat_type2 = 45, + stat_value2 = 138, + stat_type3 = 43, + stat_value3 = 67, + stat_type4 = 5, + stat_value4 = 169, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031335; + +-- Item Blade of Wizardry Entry: 31336 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031336; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31336 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 331, + dmg_max1 = 682, + dmg_min2 = 331, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 38319, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031336; + +-- Item Charlotte's Ivy Entry: 31338 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031338; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31338 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 196, + stat_type2 = 5, + stat_value2 = 200, + stat_type3 = 6, + stat_value3 = 167, + stat_type4 = 45, + stat_value4 = 154, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031338; + +-- Item Lola's Eve Entry: 31339 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031339; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31339 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 184, + stat_type2 = 5, + stat_value2 = 180, + stat_type3 = 6, + stat_value3 = 172, + stat_type4 = 45, + stat_value4 = 184, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031339; + +-- Item Will of Edward the Odd Entry: 31340 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031340; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31340 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 216, + stat_type2 = 32, + stat_value2 = 216, + stat_type3 = 45, + stat_value3 = 204, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031340; + +-- Item The Ancient Scepter of Sue-Min Entry: 31342 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031342; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31342 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 386, + dmg_max1 = 744, + dmg_min2 = 386, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 123, + stat_type2 = 45, + stat_value2 = 320, + stat_type3 = 43, + stat_value3 = 82, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031342; + +-- Item Kamaei's Cerulean Skirt Entry: 31343 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031343; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31343 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 182, + stat_type2 = 6, + stat_value2 = 165, + stat_type3 = 45, + stat_value3 = 207, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031343; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Moonstrider Boots Entry: 27914 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027914; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27914 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 32, + stat_value1 = 131, + stat_type2 = 45, + stat_value2 = 103, + stat_type3 = 43, + stat_value3 = 66, + stat_type4 = 7, + stat_value4 = 135, + stat_type5 = 5, + stat_value5 = 138, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20027914; + +-- Item Sky-Hunter Swift Boots Entry: 27915 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027915; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27915 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 148, + stat_type2 = 7, + stat_value2 = 127, + stat_type3 = 5, + stat_value3 = 145, + stat_type4 = 38, + stat_value4 = 103, + stat_type5 = 43, + stat_value5 = 56, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027915; + +-- Item Sethekk Feather-Darts Entry: 27916 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027916; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27916 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 333, + dmg_max1 = 661, + dmg_min2 = 333, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 110, + stat_type2 = 38, + stat_value2 = 92, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027916; + +-- Item Libram of the Eternal Rest Entry: 27917 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027917; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27917 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34252, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027917; + +-- Item Bands of Syth Entry: 27918 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027918; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27918 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 3, + stat_value2 = 108, + stat_type3 = 7, + stat_value3 = 105, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027918; + +-- Item Light-Woven Slippers Entry: 27919 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027919; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27919 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 127, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 6, + stat_value3 = 99, + stat_type4 = 45, + stat_value4 = 75, + stat_type5 = 43, + stat_value5 = 87, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027919; + +-- Item Primal Nether Entry: 23572 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20023572; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 23572 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20023572; + +-- Item Ravenclaw Band Entry: 27925 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027925; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27925 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 206, + stat_type2 = 3, + stat_value2 = 243, + stat_type3 = 7, + stat_value3 = 206, + stat_type4 = 31, + stat_value4 = 105, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027925; + +-- Item Avian Cloak of Feathers Entry: 27946 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027946; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27946 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 136, + stat_type2 = 6, + stat_value2 = 107, + stat_type3 = 43, + stat_value3 = 62, + stat_type4 = 45, + stat_value4 = 104, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027946; + +-- Item Terokk's Nightmace Entry: 27980 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 429, + dmg_max1 = 780, + dmg_min2 = 429, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 143, + stat_type2 = 37, + stat_value2 = 122, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027980; + +-- Item Sethekk Oracle Cloak Entry: 27981 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027981; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27981 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 134, + stat_type2 = 5, + stat_value2 = 134, + stat_type3 = 31, + stat_value3 = 57, + stat_type4 = 45, + stat_value4 = 101, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027981; + +-- Item Deathforge Girdle Entry: 27985 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 149, + stat_type3 = 32, + stat_value3 = 132, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20027985; + +-- Item Crow Wing Reaper Entry: 27986 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027986; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27986 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 873, + dmg_max1 = 1760, + dmg_min2 = 873, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 195, + stat_type2 = 7, + stat_value2 = 285, + stat_type3 = 4, + stat_value3 = 260, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027986; + +-- Item Shoulderpads of Assassination Entry: 27776 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027776; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27776 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 192, + stat_type2 = 7, + stat_value2 = 192, + stat_type3 = 38, + stat_value3 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20027776; + +-- Item Incanter's Trousers Entry: 27838 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027838; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27838 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 176, + stat_type2 = 5, + stat_value2 = 193, + stat_type3 = 6, + stat_value3 = 137, + stat_type4 = 32, + stat_value4 = 142, + stat_type5 = 45, + stat_value5 = 157, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027838; + +-- Item Hallowed Trousers Entry: 27875 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027875; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27875 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 147, + stat_type2 = 43, + stat_value2 = 79, + stat_type3 = 7, + stat_value3 = 166, + stat_type4 = 5, + stat_value4 = 197, + stat_type5 = 6, + stat_value5 = 137, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027875; + +-- Item Greaves of Desolation Entry: 27936 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027936; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27936 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 5, + stat_value2 = 193, + stat_type3 = 32, + stat_value3 = 152, + stat_type4 = 31, + stat_value4 = 59, + stat_type5 = 38, + stat_value5 = 193, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20027936; + +-- Item Trousers of Oblivion Entry: 27948 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20027948; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27948 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 239, + stat_type2 = 5, + stat_value2 = 209, + stat_type3 = 31, + stat_value3 = 63, + stat_type4 = 45, + stat_value4 = 157, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20027948; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 145, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 115, + stat_type4 = 5, + stat_value4 = 97, + stat_type5 = 6, + stat_value5 = 92, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 227, + stat_type2 = 3, + stat_value2 = 219, + stat_type3 = 7, + stat_value3 = 196, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 31, + stat_value3 = 85, + stat_type4 = 38, + stat_value4 = 167, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 121, + stat_type2 = 32, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 118, + stat_type3 = 31, + stat_value3 = 58, + stat_type4 = 38, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 817, + dmg_max1 = 1562, + dmg_min2 = 817, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 853, + dmg_max1 = 1586, + dmg_min2 = 853, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 247, + stat_type2 = 32, + stat_value2 = 172, + stat_type3 = 38, + stat_value3 = 216, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 45, + stat_value2 = 86, + stat_type3 = 43, + stat_value3 = 64, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 97, + stat_type2 = 43, + stat_value2 = 49, + stat_type3 = 38, + stat_value3 = 78, + stat_type4 = 3, + stat_value4 = 128, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 43, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 237, + stat_type2 = 7, + stat_value2 = 200, + stat_type3 = 32, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 196, + stat_type2 = 31, + stat_value2 = 127, + stat_type3 = 45, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 889, + dmg_max1 = 1693, + dmg_min2 = 889, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 163, + stat_type2 = 31, + stat_value2 = 92, + stat_type3 = 4, + stat_value3 = 200, + stat_type4 = 5, + stat_value4 = 188, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Crystalblade of the Draenei Entry: 31234 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 268, + dmg_max1 = 562, + dmg_min2 = 268, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 12, + stat_value2 = 39, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 195 + WHERE entry = 20031234; + +-- Item Elekk Hide Leggings Entry: 31237 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031237; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31237 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 134, + stat_type2 = 4, + stat_value2 = 195, + stat_type3 = 7, + stat_value3 = 161, + stat_type4 = 5, + stat_value4 = 134, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031237; + +-- Item Scales of the Beast Entry: 31240 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 172, + stat_type2 = 7, + stat_value2 = 142, + stat_type3 = 5, + stat_value3 = 146, + stat_type4 = 38, + stat_value4 = 172, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031240; + +-- Item Cloak of the Craft Entry: 31255 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 31, + stat_value2 = 58, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031255; + +-- Item Band of Sorrow Entry: 31258 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 247, + stat_type2 = 45, + stat_value2 = 144, + stat_type3 = 5, + stat_value3 = 234, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031258; + +-- Item Crown of Endless Knowledge Entry: 31272 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031272; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31272 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 125, + stat_type2 = 7, + stat_value2 = 143, + stat_type3 = 5, + stat_value3 = 169, + stat_type4 = 6, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031272; + +-- Item Necklace of Trophies Entry: 31275 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 247, + stat_type2 = 3, + stat_value2 = 196, + stat_type3 = 31, + stat_value3 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031275; + +-- Item Boots of Zealotry Entry: 31276 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 124, + stat_type2 = 43, + stat_value2 = 68, + stat_type3 = 4, + stat_value3 = 127, + stat_type4 = 5, + stat_value4 = 109, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031276; + +-- Item Pathfinder's Band Entry: 31277 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 300, + stat_type2 = 38, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031277; + +-- Item Thundercaller's Gauntlets Entry: 31280 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 115, + stat_type2 = 45, + stat_value2 = 115, + stat_type3 = 7, + stat_value3 = 110, + stat_type4 = 5, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031280; + +-- Item Mask of Veiled Death Entry: 31281 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031281; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31281 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 175, + stat_type2 = 31, + stat_value2 = 73, + stat_type3 = 38, + stat_value3 = 207, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031281; + +-- Item Shroud of Spiritual Purity Entry: 31282 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031282; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31282 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 230, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031282; + +-- Item Sash of Sealed Fate Entry: 31283 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031283; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31283 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 106, + stat_type2 = 32, + stat_value2 = 135, + stat_type3 = 45, + stat_value3 = 117, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031283; + +-- Item Band of Dominion Entry: 31290 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 300, + stat_type2 = 45, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 87, + stat_type2 = 4, + stat_value2 = 210, + stat_type3 = 3, + stat_value3 = 189, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 622, + dmg_max1 = 1110, + dmg_min2 = 622, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 67, + stat_type2 = 32, + stat_value2 = 67, + stat_type3 = 38, + stat_value3 = 71, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 346, + dmg_max1 = 667, + dmg_min2 = 346, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 312, + stat_type2 = 43, + stat_value2 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 370, + dmg_max1 = 677, + dmg_min2 = 370, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 84, + stat_type2 = 32, + stat_value2 = 94, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 169, + stat_type2 = 7, + stat_value2 = 165, + stat_type3 = 43, + stat_value3 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 552, + dmg_max1 = 1087, + dmg_min2 = 552, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 154, + stat_type2 = 32, + stat_value2 = 180, + stat_type3 = 45, + stat_value3 = 227, + stat_type4 = 7, + stat_value4 = 154, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 405, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Shaarde the Greater Entry: 25944 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025944; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25944 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 854, + dmg_max1 = 1734, + dmg_min2 = 854, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 229, + stat_type2 = 4, + stat_value2 = 250, + stat_type3 = 7, + stat_value3 = 246, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025944; + +-- Item Cloak of Revival Entry: 25945 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025945; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25945 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 123, + stat_type2 = 5, + stat_value2 = 128, + stat_type3 = 43, + stat_value3 = 57, + stat_type4 = 45, + stat_value4 = 98, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20025945; + +-- Item Nethershade Boots Entry: 25946 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025946; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25946 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 14, + stat_value1 = 121, + stat_type2 = 38, + stat_value2 = 151, + stat_type3 = 3, + stat_value3 = 151, + stat_type4 = 7, + stat_value4 = 145, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20025946; + +-- Item Lightning-Rod Pauldrons Entry: 25947 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025947; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25947 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 43, + stat_value2 = 66, + stat_type3 = 45, + stat_value3 = 110, + stat_type4 = 4, + stat_value4 = 143, + stat_type5 = 7, + stat_value5 = 143, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20025947; + +-- Item Staff of Polarities Entry: 25950 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025950; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25950 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 520, + dmg_max1 = 1024, + dmg_min2 = 520, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 211, + stat_type2 = 5, + stat_value2 = 211, + stat_type3 = 31, + stat_value3 = 105, + stat_type4 = 45, + stat_value4 = 211, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025950; + +-- Item Scimitar of the Nexus-Stalkers Entry: 25952 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025952; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25952 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 310, + dmg_max1 = 563, + dmg_min2 = 310, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 102, + stat_type2 = 7, + stat_value2 = 111, + stat_type3 = 31, + stat_value3 = 52, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025952; + +-- Item Ethereal Warp-Bow Entry: 25953 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025953; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25953 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 637, + dmg_max1 = 1135, + dmg_min2 = 637, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 97, + stat_type2 = 32, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025953; + +-- Item Sigil of Shaffar Entry: 25954 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025954; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25954 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 271, + stat_type2 = 5, + stat_value2 = 255, + stat_type3 = 45, + stat_value3 = 201, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025954; + +-- Item Mask of the Howling Storm Entry: 25955 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025955; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25955 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 171, + stat_type2 = 7, + stat_value2 = 207, + stat_type3 = 5, + stat_value3 = 175, + stat_type4 = 45, + stat_value4 = 109, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20025955; + +-- Item Nexus-Bracers of Vigor Entry: 25956 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025956; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25956 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 130, + stat_type2 = 3, + stat_value2 = 94, + stat_type3 = 7, + stat_value3 = 94, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20025956; + +-- Item Ethereal Boots of the Skystrider Entry: 25957 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025957; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25957 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 138, + stat_type2 = 6, + stat_value2 = 105, + stat_type3 = 32, + stat_value3 = 128, + stat_type4 = 45, + stat_value4 = 109, + stat_type5 = 7, + stat_value5 = 138, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20025957; + +-- Item Longstrider's Loop Entry: 25962 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025962; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25962 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 220, + stat_type2 = 7, + stat_value2 = 211, + stat_type3 = 31, + stat_value3 = 96, + stat_type4 = 38, + stat_value4 = 220, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025962; + +-- Item Voidfire Wand Entry: 25939 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025939; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25939 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 411, + dmg_max1 = 774, + dmg_min2 = 411, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 72, + stat_type2 = 5, + stat_value2 = 72, + stat_type3 = 31, + stat_value3 = 35, + stat_type4 = 45, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025939; + +-- Item Idol of the Claw Entry: 25940 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025940; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25940 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34323, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025940; + +-- Item Boots of the Outlander Entry: 25941 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025941; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25941 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 7, + stat_value2 = 145, + stat_type3 = 5, + stat_value3 = 121, + stat_type4 = 38, + stat_value4 = 151, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20025941; + +-- Item Faith Bearer's Gauntlets Entry: 25942 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025942; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25942 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 135, + stat_type2 = 43, + stat_value2 = 46, + stat_type3 = 4, + stat_value3 = 154, + stat_type4 = 7, + stat_value4 = 129, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 21361, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20025942; + +-- Item Creepjacker Entry: 25943 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 553, + dmg_max1 = 1053, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 242, + stat_type2 = 7, + stat_value2 = 242, + stat_type3 = 38, + stat_value3 = 250, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025943; + +-- Item Shield of the Void Entry: 28166 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20028166; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 28166 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 192, + stat_type2 = 12, + stat_value2 = 57, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 23181, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9240 + WHERE entry = 20028166; + +-- Item Gauntlets of the Skullsplitter Entry: 31180 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031180; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31180 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 167, + stat_type2 = 3, + stat_value2 = 123, + stat_type3 = 31, + stat_value3 = 53, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031180; + +-- Item Braxxis' Staff of Slumber Entry: 31186 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031186; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31186 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 674, + dmg_max1 = 1369, + dmg_min2 = 674, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 550 + WHERE entry = 20031186; + +-- Item Boots of the Pathfinder Entry: 31187 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031187; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31187 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 148, + stat_type2 = 32, + stat_value2 = 132, + stat_type3 = 38, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031187; + +-- Item Blade of Unquenched Thirst Entry: 31193 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 24585 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 441, EffectBasePoints_2 = 0 + WHERE ID = 30024585; + DELETE FROM acore_world.item_template WHERE entry = 20031193; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31193 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 226, + dmg_max1 = 478, + dmg_min2 = 226, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 166, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30024585, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031193; + +-- Item Amulet of Sanctification Entry: 31196 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031196; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31196 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 188, + stat_type2 = 45, + stat_value2 = 120, + stat_type3 = 43, + stat_value3 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031196; + +-- Item Shield of the Wayward Footman Entry: 31200 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031200; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31200 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 12, + stat_value2 = 40, + stat_type3 = 15, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031200; + +-- Item Girdle of Divine Blessing Entry: 31202 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031202; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31202 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 95, + stat_type2 = 5, + stat_value2 = 115, + stat_type3 = 32, + stat_value3 = 102, + stat_type4 = 45, + stat_value4 = 85, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031202; + +-- Item The Gunblade Entry: 31204 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 526, + dmg_max1 = 1126, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 127, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031204; + +-- Item Headdress of Inner Rage Entry: 31222 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 122, + stat_type2 = 43, + stat_value2 = 70, + stat_type3 = 4, + stat_value3 = 159, + stat_type4 = 3, + stat_value4 = 150, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031222; + +-- Item Leggings of the Sly Entry: 31226 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031226; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31226 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 158, + stat_type2 = 38, + stat_value2 = 165, + stat_type3 = 12, + stat_value3 = 61, + stat_type4 = 32, + stat_value4 = 131, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031226; + +-- Item Abyss Walker's Boots Entry: 31230 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031230; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31230 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 32, + stat_value2 = 150, + stat_type3 = 45, + stat_value3 = 121, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031230; + +-- Item Crystalblade of the Draenei Entry: 31234 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 317, + dmg_max1 = 588, + dmg_min2 = 317, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 12, + stat_value2 = 38, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 195 + WHERE entry = 20031234; + +-- Item Elekk Hide Leggings Entry: 31237 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031237; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31237 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 5, + stat_value3 = 131, + stat_type4 = 32, + stat_value4 = 131, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031237; + +-- Item Scales of the Beast Entry: 31240 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 168, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 5, + stat_value3 = 143, + stat_type4 = 38, + stat_value4 = 168, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031240; + +-- Item Cloak of the Craft Entry: 31255 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 31, + stat_value2 = 57, + stat_type3 = 38, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031255; + +-- Item Band of Sorrow Entry: 31258 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 228, + stat_type2 = 6, + stat_value2 = 242, + stat_type3 = 45, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031258; + +-- Item Crown of Endless Knowledge Entry: 31272 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031272; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31272 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 143, + stat_type2 = 45, + stat_value2 = 122, + stat_type3 = 7, + stat_value3 = 140, + stat_type4 = 5, + stat_value4 = 165, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031272; + +-- Item Necklace of Trophies Entry: 31275 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 242, + stat_type2 = 3, + stat_value2 = 192, + stat_type3 = 31, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031275; + +-- Item Boots of Zealotry Entry: 31276 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 124, + stat_type2 = 5, + stat_value2 = 107, + stat_type3 = 32, + stat_value3 = 121, + stat_type4 = 43, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031276; + +-- Item Pathfinder's Band Entry: 31277 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 294, + stat_type2 = 38, + stat_value2 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031277; + +-- Item Thundercaller's Gauntlets Entry: 31280 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 108, + stat_type2 = 5, + stat_value2 = 108, + stat_type3 = 32, + stat_value3 = 113, + stat_type4 = 45, + stat_value4 = 113, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031280; + +-- Item Mask of Veiled Death Entry: 31281 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031281; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31281 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 171, + stat_type2 = 31, + stat_value2 = 71, + stat_type3 = 38, + stat_value3 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031281; + +-- Item Shroud of Spiritual Purity Entry: 31282 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031282; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31282 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 225, + stat_type2 = 6, + stat_value2 = 232, + stat_type3 = 45, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031282; + +-- Item Sash of Sealed Fate Entry: 31283 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031283; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31283 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 104, + stat_type2 = 32, + stat_value2 = 132, + stat_type3 = 45, + stat_value3 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031283; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Shaarde the Lesser Entry: 25964 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20025964; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 25964 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 443, + dmg_max1 = 745, + dmg_min2 = 443, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 150, + stat_type2 = 37, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20025964; + +-- Item Oculus of the Hidden Eye Entry: 26055 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20026055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 26055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33012, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20026055; + +-- Item Hope Bearer Helm Entry: 27408 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027408; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27408 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 3, + stat_value2 = 175, + stat_type3 = 31, + stat_value3 = 68, + stat_type4 = 4, + stat_value4 = 204, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4158 + WHERE entry = 20027408; + +-- Item Raven-Heart Headdress Entry: 27409 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027409; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27409 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 159, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 5, + stat_value3 = 163, + stat_type4 = 6, + stat_value4 = 134, + stat_type5 = 45, + stat_value5 = 104, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20027409; + +-- Item Collar of Command Entry: 27410 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027410; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27410 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 163, + stat_type2 = 5, + stat_value2 = 167, + stat_type3 = 6, + stat_value3 = 193, + stat_type4 = 45, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027410; + +-- Item Slippers of Serenity Entry: 27411 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027411; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27411 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 117, + stat_type2 = 5, + stat_value2 = 184, + stat_type3 = 6, + stat_value3 = 145, + stat_type4 = 45, + stat_value4 = 117, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 555 + WHERE entry = 20027411; + +-- Item Ironstaff of Regeneration Entry: 27412 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027412; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27412 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 543, + dmg_max1 = 1055, + dmg_min2 = 543, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 201, + stat_type2 = 5, + stat_value2 = 186, + stat_type3 = 6, + stat_value3 = 211, + stat_type4 = 45, + stat_value4 = 220, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027412; + +-- Item Ring of the Exarchs Entry: 27413 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027413; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27413 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 224, + stat_type2 = 7, + stat_value2 = 275, + stat_type3 = 38, + stat_value3 = 224, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027413; + +-- Item Mok'Nathal Beast-Mask Entry: 27414 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027414; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27414 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 175, + stat_type2 = 3, + stat_value2 = 179, + stat_type3 = 7, + stat_value3 = 175, + stat_type4 = 5, + stat_value4 = 138, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2195 + WHERE entry = 20027414; + +-- Item Darkguard Face Mask Entry: 27415 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027415; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27415 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 179, + stat_type2 = 31, + stat_value2 = 76, + stat_type3 = 38, + stat_value3 = 179, + stat_type4 = 3, + stat_value4 = 175, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1017 + WHERE entry = 20027415; + +-- Item Fetish of the Fallen Entry: 27416 ItemLevel 308 + DELETE FROM acore_world.item_template WHERE entry = 20027416; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 27416 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 308, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 33014, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20027416; + +-- Item Crystalblade of the Draenei Entry: 31234 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 274, + dmg_max1 = 567, + dmg_min2 = 274, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 12, + stat_value2 = 38, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 195 + WHERE entry = 20031234; + +-- Item Elekk Hide Leggings Entry: 31237 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031237; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31237 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 5, + stat_value3 = 131, + stat_type4 = 32, + stat_value4 = 131, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031237; + +-- Item Scales of the Beast Entry: 31240 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 168, + stat_type2 = 7, + stat_value2 = 139, + stat_type3 = 5, + stat_value3 = 143, + stat_type4 = 38, + stat_value4 = 168, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031240; + +-- Item Cloak of the Craft Entry: 31255 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 31, + stat_value2 = 57, + stat_type3 = 38, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031255; + +-- Item Band of Sorrow Entry: 31258 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 228, + stat_type2 = 6, + stat_value2 = 242, + stat_type3 = 45, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031258; + +-- Item Crown of Endless Knowledge Entry: 31272 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031272; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31272 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 140, + stat_type2 = 5, + stat_value2 = 165, + stat_type3 = 6, + stat_value3 = 143, + stat_type4 = 45, + stat_value4 = 122, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031272; + +-- Item Necklace of Trophies Entry: 31275 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 242, + stat_type2 = 3, + stat_value2 = 192, + stat_type3 = 31, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031275; + +-- Item Boots of Zealotry Entry: 31276 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 124, + stat_type2 = 5, + stat_value2 = 107, + stat_type3 = 32, + stat_value3 = 121, + stat_type4 = 43, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031276; + +-- Item Pathfinder's Band Entry: 31277 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 294, + stat_type2 = 38, + stat_value2 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031277; + +-- Item Thundercaller's Gauntlets Entry: 31280 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 108, + stat_type2 = 5, + stat_value2 = 108, + stat_type3 = 32, + stat_value3 = 113, + stat_type4 = 45, + stat_value4 = 113, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031280; + +-- Item Mask of Veiled Death Entry: 31281 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031281; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31281 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 171, + stat_type2 = 31, + stat_value2 = 71, + stat_type3 = 38, + stat_value3 = 202, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031281; + +-- Item Shroud of Spiritual Purity Entry: 31282 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031282; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31282 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 225, + stat_type2 = 6, + stat_value2 = 232, + stat_type3 = 45, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031282; + +-- Item Sash of Sealed Fate Entry: 31283 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031283; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31283 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 115, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 32, + stat_value3 = 132, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031283; + +-- Item Gauntlets of the Skullsplitter Entry: 31180 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031180; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31180 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 53, + stat_type2 = 4, + stat_value2 = 167, + stat_type3 = 3, + stat_value3 = 123, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031180; + +-- Item Braxxis' Staff of Slumber Entry: 31186 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031186; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31186 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 644, + dmg_max1 = 1349, + dmg_min2 = 644, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 550 + WHERE entry = 20031186; + +-- Item Boots of the Pathfinder Entry: 31187 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031187; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31187 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 148, + stat_type2 = 32, + stat_value2 = 132, + stat_type3 = 38, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031187; + +-- Item Blade of Unquenched Thirst Entry: 31193 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 24585 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 441, EffectBasePoints_2 = 0 + WHERE ID = 30024585; + DELETE FROM acore_world.item_template WHERE entry = 20031193; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31193 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 244, + dmg_max1 = 460, + dmg_min2 = 244, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 166, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30024585, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031193; + +-- Item Amulet of Sanctification Entry: 31196 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031196; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31196 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 188, + stat_type2 = 45, + stat_value2 = 120, + stat_type3 = 43, + stat_value3 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031196; + +-- Item Shield of the Wayward Footman Entry: 31200 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031200; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31200 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 12, + stat_value2 = 40, + stat_type3 = 15, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031200; + +-- Item Girdle of Divine Blessing Entry: 31202 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031202; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31202 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 95, + stat_type2 = 5, + stat_value2 = 115, + stat_type3 = 32, + stat_value3 = 102, + stat_type4 = 45, + stat_value4 = 85, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031202; + +-- Item The Gunblade Entry: 31204 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 608, + dmg_max1 = 1142, + dmg_min2 = 608, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 127, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031204; + +-- Item Headdress of Inner Rage Entry: 31222 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 150, + stat_type2 = 5, + stat_value2 = 122, + stat_type3 = 43, + stat_value3 = 70, + stat_type4 = 4, + stat_value4 = 159, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031222; + +-- Item Leggings of the Sly Entry: 31226 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031226; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31226 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 12, + stat_value1 = 61, + stat_type2 = 32, + stat_value2 = 131, + stat_type3 = 7, + stat_value3 = 158, + stat_type4 = 38, + stat_value4 = 165, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031226; + +-- Item Abyss Walker's Boots Entry: 31230 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031230; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31230 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 121, + stat_type2 = 7, + stat_value2 = 157, + stat_type3 = 32, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031230; + +-- Item Band of Dominion Entry: 31290 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 294, + stat_type2 = 45, + stat_value2 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 206, + stat_type2 = 3, + stat_value2 = 184, + stat_type3 = 31, + stat_value3 = 85, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 616, + dmg_max1 = 1126, + dmg_min2 = 616, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 65, + stat_type2 = 32, + stat_value2 = 65, + stat_type3 = 38, + stat_value3 = 69, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 343, + dmg_max1 = 613, + dmg_min2 = 343, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 43, + stat_value1 = 109, + stat_type2 = 45, + stat_value2 = 305, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 343, + dmg_max1 = 662, + dmg_min2 = 343, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 83, + stat_type2 = 32, + stat_value2 = 92, + stat_type3 = 38, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 161, + stat_type2 = 43, + stat_value2 = 107, + stat_type3 = 5, + stat_value3 = 165, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 563, + dmg_max1 = 1095, + dmg_min2 = 563, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 221, + stat_type2 = 7, + stat_value2 = 150, + stat_type3 = 5, + stat_value3 = 150, + stat_type4 = 32, + stat_value4 = 176, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 141, + stat_type2 = 3, + stat_value2 = 132, + stat_type3 = 7, + stat_value3 = 113, + stat_type4 = 5, + stat_value4 = 94, + stat_type5 = 6, + stat_value5 = 90, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 7, + stat_value2 = 99, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 221, + stat_type2 = 3, + stat_value2 = 214, + stat_type3 = 7, + stat_value3 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 163, + stat_type2 = 3, + stat_value2 = 228, + stat_type3 = 5, + stat_value3 = 150, + stat_type4 = 31, + stat_value4 = 83, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 139, + stat_type2 = 45, + stat_value2 = 89, + stat_type3 = 5, + stat_value3 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 116, + stat_type3 = 31, + stat_value3 = 57, + stat_type4 = 38, + stat_value4 = 132, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 869, + dmg_max1 = 1621, + dmg_min2 = 869, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 145, + stat_type2 = 6, + stat_value2 = 232, + stat_type3 = 45, + stat_value3 = 238, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 880, + dmg_max1 = 1562, + dmg_min2 = 880, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 211, + stat_type2 = 7, + stat_value2 = 242, + stat_type3 = 32, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 62, + stat_type2 = 5, + stat_value2 = 137, + stat_type3 = 45, + stat_value3 = 84, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 95, + stat_type2 = 43, + stat_value2 = 48, + stat_type3 = 38, + stat_value3 = 77, + stat_type4 = 3, + stat_value4 = 125, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 135, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 43, + stat_value3 = 96, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 196, + stat_type2 = 32, + stat_value2 = 196, + stat_type3 = 38, + stat_value3 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 192, + stat_type2 = 31, + stat_value2 = 124, + stat_type3 = 45, + stat_value3 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 737, + dmg_max1 = 1582, + dmg_min2 = 737, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 184, + stat_type2 = 7, + stat_value2 = 159, + stat_type3 = 31, + stat_value3 = 90, + stat_type4 = 4, + stat_value4 = 196, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Antipodean Rod Entry: 2879 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002879; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2879 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 222, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002879; + +-- Item Keller's Girdle Entry: 2911 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002911; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2911 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 185, + stat_type2 = 7, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20002911; + +-- Item Ring of Defense Entry: 12985 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 149, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012985; + +-- Item Darkweave Breeches Entry: 12987 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012987; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12987 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 188, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 7, + stat_value3 = 151, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20012987; + +-- Item Starsight Tunic Entry: 12988 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 324, + stat_type2 = 7, + stat_value2 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20012988; + +-- Item Razor's Edge Entry: 12990 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012990; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12990 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 438, + dmg_max1 = 850, + dmg_min2 = 438, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 132, + stat_type2 = 6, + stat_value2 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012990; + +-- Item Searing Blade Entry: 12992 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16413 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2735, EffectBasePoints_2 = 79 + WHERE ID = 30016413; + DELETE FROM acore_world.item_template WHERE entry = 20012992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 545, + dmg_max1 = 1166, + dmg_min2 = 545, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016413, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012992; + +-- Item Thorbia's Gauntlets Entry: 12994 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 115, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20012994; + +-- Item Band of Purification Entry: 12996 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 334, + stat_type2 = 7, + stat_value2 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012996; + +-- Item Twisted Chanter's Staff Entry: 890 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20000890; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 890 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 718, + dmg_max1 = 1563, + dmg_min2 = 718, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 302, + stat_type2 = 7, + stat_value2 = 225, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000890; + +-- Item Feet of the Lynx Entry: 1121 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20001121; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1121 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 227, + stat_type2 = 4, + stat_value2 = 127, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20001121; + +-- Item Sentry Cloak Entry: 2059 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002059; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2059 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 158, + stat_type2 = 3, + stat_value2 = 137, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20002059; + +-- Item Diamond Hammer Entry: 2194 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002194; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2194 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 476, + dmg_max1 = 845, + dmg_min2 = 476, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 102, + stat_type2 = 7, + stat_value2 = 120, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002194; + +-- Item Blackfang Entry: 2236 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002236; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2236 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 281, + dmg_max1 = 515, + dmg_min2 = 281, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 6, + stat_value1 = 166, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002236; + +-- Item Skeletal Club Entry: 2256 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13440 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1102, EffectBasePoints_2 = 0 + WHERE ID = 30013440; + DELETE FROM acore_world.item_template WHERE entry = 20002256; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2256 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 425, + dmg_max1 = 886, + dmg_min2 = 425, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013440, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002256; + +-- Item Ranger Bow Entry: 3021 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20003021; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3021 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 483, + dmg_max1 = 1078, + dmg_min2 = 483, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 3, + stat_value1 = 127, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003021; + +-- Item Gargoyle's Bite Entry: 12989 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 681, + dmg_max1 = 1245, + dmg_min2 = 681, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 60 + WHERE entry = 20012989; + +-- Item Redbeard Crest Entry: 12997 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 116, + stat_type2 = 4, + stat_value2 = 176, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20012997; + +-- Item Magician's Mantle Entry: 12998 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012998; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12998 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 251, + stat_type2 = 45, + stat_value2 = 132, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20012998; + +-- Item Drakewing Bands Entry: 12999 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 75, + stat_type2 = 7, + stat_value2 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20012999; + +-- Item Twisted Sabre Entry: 2011 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 299, + dmg_max1 = 652, + dmg_min2 = 299, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 136, + stat_type2 = 7, + stat_value2 = 81, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002011; + +-- Item Double-barreled Shotgun Entry: 2098 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002098; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2098 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 432, + dmg_max1 = 898, + dmg_min2 = 432, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002098; + +-- Item Black Velvet Robes Entry: 2800 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 324, + stat_type2 = 7, + stat_value2 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20002800; + +-- Item Dreamsinger Legguards Entry: 13010 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013010; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13010 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 7, + stat_value2 = 197, + stat_type3 = 4, + stat_value3 = 197, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20013010; + +-- Item Silver-lined Belt Entry: 13011 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013011; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13011 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 143, + stat_type2 = 45, + stat_value2 = 154, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20013011; + +-- Item Yorgen Bracers Entry: 13012 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013012; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13012 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 77, + stat_type2 = 4, + stat_value2 = 116, + stat_type3 = 3, + stat_value3 = 77, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20013012; + +-- Item Killmaim Entry: 13016 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 13318 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 252, EffectBasePoints_2 = 0 + WHERE ID = 30013318; + DELETE FROM acore_world.item_template WHERE entry = 20013016; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13016 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 773, + dmg_max1 = 1385, + dmg_min2 = 773, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30013318, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013016; + +-- Item Sword of Corruption Entry: 13032 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 17510 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 243, EffectBasePoints_2 = 0 + WHERE ID = 30017510; + DELETE FROM acore_world.item_template WHERE entry = 20013032; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13032 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 349, + dmg_max1 = 738, + dmg_min2 = 349, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30017510, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013032; + +-- Item Guardian Blade Entry: 13041 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013041; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13041 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 681, + dmg_max1 = 1245, + dmg_min2 = 681, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 149, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 40 + WHERE entry = 20013041; + +-- Item Thunderwood Entry: 13062 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013062; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13062 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 384, + dmg_max1 = 708, + dmg_min2 = 384, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013062; + +-- Item Brawler Gloves Entry: 720 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20000720; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 720 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 159, + stat_type2 = 4, + stat_value2 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20000720; + +-- Item Dense Triangle Mace Entry: 3203 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20003203; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3203 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 515, + dmg_max1 = 1111, + dmg_min2 = 515, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 264, + stat_type2 = 4, + stat_value2 = 264, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20003203; + +-- Item Amy's Blanket Entry: 13005 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013005; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13005 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 180, + stat_type2 = 7, + stat_value2 = 110, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20013005; + +-- Item Beazel's Basher Entry: 13024 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013024; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13024 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 443, + dmg_max1 = 933, + dmg_min2 = 443, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 74, + stat_type2 = 4, + stat_value2 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013024; + +-- Item Orb of Mistmantle Entry: 13031 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013031; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13031 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 148, + stat_type2 = 45, + stat_value2 = 148, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 9397, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013031; + +-- Item Bloodpike Entry: 13057 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18202 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 260, EffectBasePoints_2 = 0 + WHERE ID = 30018202; + DELETE FROM acore_world.item_template WHERE entry = 20013057; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13057 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 719, + dmg_max1 = 1363, + dmg_min2 = 719, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018202, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013057; + +-- Item Thunderbrow Ring Entry: 13097 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013097; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13097 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 184, + stat_type2 = 4, + stat_value2 = 329, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013097; + +-- Item Moccasins of the White Hare Entry: 13099 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013099; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13099 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 239, + stat_type2 = 45, + stat_value2 = 107, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20013099; + +-- Item Sparkleshell Mantle Entry: 13131 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013131; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13131 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 3, + stat_value2 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20013131; + +-- Item Gauntlets of the Skullsplitter Entry: 31180 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031180; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31180 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 167, + stat_type2 = 3, + stat_value2 = 123, + stat_type3 = 31, + stat_value3 = 53, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031180; + +-- Item Braxxis' Staff of Slumber Entry: 31186 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031186; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31186 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 644, + dmg_max1 = 1329, + dmg_min2 = 644, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 550 + WHERE entry = 20031186; + +-- Item Boots of the Pathfinder Entry: 31187 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031187; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31187 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 148, + stat_type2 = 32, + stat_value2 = 132, + stat_type3 = 38, + stat_value3 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031187; + +-- Item Blade of Unquenched Thirst Entry: 31193 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 24585 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 441, EffectBasePoints_2 = 0 + WHERE ID = 30024585; + DELETE FROM acore_world.item_template WHERE entry = 20031193; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31193 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 261, + dmg_max1 = 436, + dmg_min2 = 261, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 166, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30024585, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031193; + +-- Item Amulet of Sanctification Entry: 31196 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031196; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31196 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 188, + stat_type2 = 45, + stat_value2 = 120, + stat_type3 = 43, + stat_value3 = 147, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031196; + +-- Item Shield of the Wayward Footman Entry: 31200 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031200; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31200 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 12, + stat_value2 = 40, + stat_type3 = 15, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20031200; + +-- Item Girdle of Divine Blessing Entry: 31202 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031202; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31202 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 95, + stat_type2 = 5, + stat_value2 = 115, + stat_type3 = 32, + stat_value3 = 102, + stat_type4 = 45, + stat_value4 = 85, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031202; + +-- Item The Gunblade Entry: 31204 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031204; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31204 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 592, + dmg_max1 = 1060, + dmg_min2 = 592, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 38, + stat_value1 = 127, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031204; + +-- Item Headdress of Inner Rage Entry: 31222 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031222; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31222 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 159, + stat_type2 = 3, + stat_value2 = 150, + stat_type3 = 5, + stat_value3 = 122, + stat_type4 = 43, + stat_value4 = 70, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031222; + +-- Item Leggings of the Sly Entry: 31226 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031226; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31226 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 12, + stat_value1 = 61, + stat_type2 = 32, + stat_value2 = 131, + stat_type3 = 7, + stat_value3 = 158, + stat_type4 = 38, + stat_value4 = 165, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031226; + +-- Item Abyss Walker's Boots Entry: 31230 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031230; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31230 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 157, + stat_type2 = 32, + stat_value2 = 150, + stat_type3 = 45, + stat_value3 = 121, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031230; + +-- Item Gnarled Ash Staff Entry: 791 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20000791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 773, + dmg_max1 = 1428, + dmg_min2 = 773, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 324, + stat_type2 = 7, + stat_value2 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000791; + +-- Item Double Link Tunic Entry: 1717 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20001717; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 1717 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + stat_value1 = 149, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 18369, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20001717; + +-- Item Forest Tracker Epaulets Entry: 2278 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 239, + stat_type2 = 4, + stat_value2 = 150, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20002278; + +-- Item Bearded Boneaxe Entry: 2878 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002878; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2878 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 377, + dmg_max1 = 709, + dmg_min2 = 377, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 111, + stat_type2 = 3, + stat_value2 = 111, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002878; + +-- Item The Black Knight Entry: 12974 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 14106 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 1000, EffectBasePoints_2 = 0 + WHERE ID = 30014106; + DELETE FROM acore_world.item_template WHERE entry = 20012974; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12974 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 357, + dmg_max1 = 642, + dmg_min2 = 357, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30014106, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012974; + +-- Item Looming Gavel Entry: 13048 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 399, + dmg_max1 = 889, + dmg_min2 = 399, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 3, + stat_value2 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013048; + +-- Item Deanship Claymore Entry: 13049 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013049; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13049 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 610, + dmg_max1 = 1306, + dmg_min2 = 610, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 159, + stat_type2 = 12, + stat_value2 = 130, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013049; + +-- Item Shield of Thorsen Entry: 13079 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013079; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13079 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 4, + stat_value1 = 222, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 7904 + WHERE entry = 20013079; + +-- Item The Queen's Jewel Entry: 13094 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013094; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13094 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 329, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 7, + stat_value3 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013094; + +-- Item Glowing Magical Bracelets Entry: 13106 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013106; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13106 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 68, + stat_type2 = 5, + stat_value2 = 152, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20013106; + +-- Item Troll's Bane Leggings Entry: 13114 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013114; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13114 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 206, + stat_type2 = 38, + stat_value2 = 223, + stat_type3 = 7, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20013114; + +-- Item Night Watch Shortsword Entry: 935 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20000935; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 935 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 460, + dmg_max1 = 935, + dmg_min2 = 460, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 166, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20000935; + +-- Item Prospector Axe Entry: 12975 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 539, + dmg_max1 = 1063, + dmg_min2 = 539, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 273, + stat_type2 = 4, + stat_value2 = 255, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012975; + +-- Item Ironpatch Blade Entry: 12976 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 453, + dmg_max1 = 907, + dmg_min2 = 453, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012976; + +-- Item Magefist Gloves Entry: 12977 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012977; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12977 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 6, + stat_value2 = 130, + stat_type3 = 5, + stat_value3 = 149, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20012977; + +-- Item Stormbringer Belt Entry: 12978 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 108, + stat_type2 = 4, + stat_value2 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20012978; + +-- Item Firebane Cloak Entry: 12979 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 222, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20012979; + +-- Item Silver-linked Footguards Entry: 12982 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 221, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20012982; + +-- Item Rakzur Club Entry: 12983 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012983; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12983 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 541, + dmg_max1 = 1186, + dmg_min2 = 541, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 172, + stat_type2 = 6, + stat_value2 = 192, + stat_type3 = 7, + stat_value3 = 255, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012983; + +-- Item Skycaller Entry: 12984 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20012984; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 12984 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 324, + dmg_max1 = 601, + dmg_min2 = 324, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20012984; + +-- Item Lil Timmy's Peashooter Entry: 13136 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013136; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13136 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 481, + dmg_max1 = 1007, + dmg_min2 = 481, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013136; + +-- Item Burning War Axe Entry: 2299 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 18199 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 2349, EffectBasePoints_2 = 138 + WHERE ID = 30018199; + DELETE FROM acore_world.item_template WHERE entry = 20002299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 797, + dmg_max1 = 1439, + dmg_min2 = 797, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30018199, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002299; + +-- Item Holy Shroud Entry: 2721 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002721; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2721 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 188, + stat_type2 = 45, + stat_value2 = 239, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20002721; + +-- Item Combatant Claymore Entry: 2877 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002877; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2877 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 593, + dmg_max1 = 1284, + dmg_min2 = 593, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 294, + stat_type2 = 7, + stat_value2 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002877; + +-- Item Claw of the Shadowmancer Entry: 2912 ItemLevel 304 + + + INSERT IGNORE INTO acore_world.spell_dbc ( + ID, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID + ) SELECT + ID + 30000000, Category, DispelType, Mechanic, Attributes, AttributesEx, AttributesEx2, AttributesEx3, AttributesEx4, + AttributesEx5, AttributesEx6, AttributesEx7, ShapeshiftMask, unk_320_2, ShapeshiftExclude, unk_320_3, Targets, + TargetCreatureType, RequiresSpellFocus, FacingCasterFlags, CasterAuraState, TargetAuraState, ExcludeCasterAuraState, + ExcludeTargetAuraState, CasterAuraSpell, TargetAuraSpell, ExcludeCasterAuraSpell, ExcludeTargetAuraSpell, CastingTimeIndex, + RecoveryTime, CategoryRecoveryTime, InterruptFlags, AuraInterruptFlags, ChannelInterruptFlags, ProcTypeMask, ProcChance, + ProcCharges, MaxLevel, BaseLevel, SpellLevel, DurationIndex, PowerType, ManaCost, ManaCostPerLevel, ManaPerSecond, + ManaPerSecondPerLevel, RangeIndex, Speed, ModalNextSpell, CumulativeAura, Totem_1, Totem_2, Reagent_1, Reagent_2, Reagent_3, + Reagent_4, Reagent_5, Reagent_6, Reagent_7, Reagent_8, ReagentCount_1, ReagentCount_2, ReagentCount_3, ReagentCount_4, + ReagentCount_5, ReagentCount_6, ReagentCount_7, ReagentCount_8, EquippedItemClass, EquippedItemSubclass, EquippedItemInvTypes, + Effect_1, Effect_2, Effect_3, EffectDieSides_1, EffectDieSides_2, EffectDieSides_3, EffectRealPointsPerLevel_1, + EffectRealPointsPerLevel_2, EffectRealPointsPerLevel_3, EffectBasePoints_1, EffectBasePoints_2, EffectBasePoints_3, + EffectMechanic_1, EffectMechanic_2, EffectMechanic_3, ImplicitTargetA_1, ImplicitTargetA_2, ImplicitTargetA_3, ImplicitTargetB_1, + ImplicitTargetB_2, ImplicitTargetB_3, EffectRadiusIndex_1, EffectRadiusIndex_2, EffectRadiusIndex_3, EffectAura_1, + EffectAura_2, EffectAura_3, EffectAuraPeriod_1, EffectAuraPeriod_2, EffectAuraPeriod_3, EffectMultipleValue_1, EffectMultipleValue_2, + EffectMultipleValue_3, EffectChainTargets_1, EffectChainTargets_2, EffectChainTargets_3, EffectItemType_1, EffectItemType_2, + EffectItemType_3, EffectMiscValue_1, EffectMiscValue_2, EffectMiscValue_3, EffectMiscValueB_1, EffectMiscValueB_2, EffectMiscValueB_3, + EffectTriggerSpell_1, EffectTriggerSpell_2, EffectTriggerSpell_3, EffectPointsPerCombo_1, EffectPointsPerCombo_2, EffectPointsPerCombo_3, + EffectSpellClassMaskA_1, EffectSpellClassMaskA_2, EffectSpellClassMaskA_3, EffectSpellClassMaskB_1, EffectSpellClassMaskB_2, + EffectSpellClassMaskB_3, EffectSpellClassMaskC_1, EffectSpellClassMaskC_2, EffectSpellClassMaskC_3, SpellVisualID_1, SpellVisualID_2, + SpellIconID, ActiveIconID, SpellPriority, Name_Lang_enUS, Name_Lang_enGB, Name_Lang_koKR, Name_Lang_frFR, Name_Lang_deDE, + Name_Lang_enCN, Name_Lang_zhCN, Name_Lang_enTW, Name_Lang_zhTW, Name_Lang_esES, Name_Lang_esMX, Name_Lang_ruRU, Name_Lang_ptPT, + Name_Lang_ptBR, Name_Lang_itIT, Name_Lang_Unk, Name_Lang_Mask, NameSubtext_Lang_enUS, NameSubtext_Lang_enGB, NameSubtext_Lang_koKR, + NameSubtext_Lang_frFR, NameSubtext_Lang_deDE, NameSubtext_Lang_enCN, NameSubtext_Lang_zhCN, NameSubtext_Lang_enTW, NameSubtext_Lang_zhTW, + NameSubtext_Lang_esES, NameSubtext_Lang_esMX, NameSubtext_Lang_ruRU, NameSubtext_Lang_ptPT, NameSubtext_Lang_ptBR, NameSubtext_Lang_itIT, + NameSubtext_Lang_Unk, NameSubtext_Lang_Mask, Description_Lang_enUS, Description_Lang_enGB, Description_Lang_koKR, Description_Lang_frFR, + Description_Lang_deDE, Description_Lang_enCN, Description_Lang_zhCN, Description_Lang_enTW, Description_Lang_zhTW, Description_Lang_esES, + Description_Lang_esMX, Description_Lang_ruRU, Description_Lang_ptPT, Description_Lang_ptBR, Description_Lang_itIT, Description_Lang_Unk, + Description_Lang_Mask, AuraDescription_Lang_enUS, AuraDescription_Lang_enGB, AuraDescription_Lang_koKR, AuraDescription_Lang_frFR, + AuraDescription_Lang_deDE, AuraDescription_Lang_enCN, AuraDescription_Lang_zhCN, AuraDescription_Lang_enTW, AuraDescription_Lang_zhTW, + AuraDescription_Lang_esES, AuraDescription_Lang_esMX, AuraDescription_Lang_ruRU, AuraDescription_Lang_ptPT, AuraDescription_Lang_ptBR, + AuraDescription_Lang_itIT, AuraDescription_Lang_Unk, AuraDescription_Lang_Mask, ManaCostPct, StartRecoveryCategory, StartRecoveryTime, + MaxTargetLevel, SpellClassSet, SpellClassMask_1, SpellClassMask_2, SpellClassMask_3, MaxTargets, DefenseType, PreventionType, StanceBarOrder, + EffectChainAmplitude_1, EffectChainAmplitude_2, EffectChainAmplitude_3, MinFactionID, MinReputation, RequiredAuraVision, RequiredTotemCategoryID_1, + RequiredTotemCategoryID_2, RequiredAreasID, SchoolMask, RuneCostID, SpellMissileID, PowerDisplayID, EffectBonusMultiplier_1, EffectBonusMultiplier_2, + EffectBonusMultiplier_3, SpellDescriptionVariableID, SpellDifficultyID from acore_world.spell_dbc as src + WHERE src.ID = 16409 ON DUPLICATE KEY UPDATE ID = src.ID + 30000000; + + UPDATE acore_world.spell_dbc + SET EffectBasePoints_1 = 968, EffectBasePoints_2 = 0 + WHERE ID = 30016409; + DELETE FROM acore_world.item_template WHERE entry = 20002912; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2912 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 351, + dmg_max1 = 663, + dmg_min2 = 351, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 5, + stat_value1 = 166, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30016409, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002912; + +-- Item Enduring Cap Entry: 3020 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20003020; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 3020 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 215, + stat_type2 = 5, + stat_value2 = 215, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20003020; + +-- Item Girdle of Golem Strength Entry: 9405 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20009405; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9405 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 182, + stat_type2 = 12, + stat_value2 = 41, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20009405; + +-- Item Harpyclaw Short Bow Entry: 13019 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013019; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13019 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 343, + dmg_max1 = 718, + dmg_min2 = 343, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013019; + +-- Item Crystalpine Stinger Entry: 13037 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013037; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13037 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 575, + dmg_max1 = 1027, + dmg_min2 = 575, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013037; + +-- Item River Pride Choker Entry: 13087 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013087; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13087 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 319, + stat_type2 = 4, + stat_value2 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013087; + +-- Item Frostreaver Crown Entry: 13127 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013127; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13127 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 32, + stat_value2 = 114, + stat_type3 = 7, + stat_value3 = 250, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20013127; + +-- Item Necromancer Leggings Entry: 2277 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 206, + stat_type2 = 7, + stat_value2 = 214, + stat_type3 = 45, + stat_value3 = 114, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20002277; + +-- Item Rod of Molten Fire Entry: 2565 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20002565; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 2565 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 45, + stat_value1 = 222, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20002565; + +-- Item Gloves of Old Entry: 9395 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20009395; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 9395 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 5, + stat_value1 = 120, + stat_type2 = 6, + stat_value2 = 203, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20009395; + +-- Item Zealot Blade Entry: 13033 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013033; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13033 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 473, + dmg_max1 = 999, + dmg_min2 = 473, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 6, + stat_value1 = 118, + stat_type2 = 5, + stat_value2 = 105, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013033; + +-- Item Viscous Hammer Entry: 13045 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013045; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13045 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 700, + dmg_max1 = 1323, + dmg_min2 = 700, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 115, + stat_type2 = 7, + stat_value2 = 168, + stat_type3 = 38, + stat_value3 = 308, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013045; + +-- Item Starfaller Entry: 13063 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013063; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13063 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 283, + dmg_max1 = 538, + dmg_min2 = 283, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013063; + +-- Item Kaleidoscope Chain Entry: 13084 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013084; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13084 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 155, + stat_type2 = 6, + stat_value2 = 155, + stat_type3 = 7, + stat_value3 = 155, + stat_type4 = 4, + stat_value4 = 155, + stat_type5 = 3, + stat_value5 = 155, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013084; + +-- Item Tigerstrike Mantle Entry: 13108 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013108; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13108 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 153, + stat_type2 = 7, + stat_value2 = 143, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20013108; + +-- Item Ravasaur Scale Boots Entry: 13124 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013124; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13124 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 68, + stat_type2 = 4, + stat_value2 = 94, + stat_type3 = 7, + stat_value3 = 198, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20013124; + +-- Item Ironweaver Entry: 13137 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20013137; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 13137 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 496, + dmg_max1 = 954, + dmg_min2 = 496, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20013137; + +-- Item Crystalblade of the Draenei Entry: 31234 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 313, + dmg_max1 = 562, + dmg_min2 = 313, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 12, + stat_value2 = 38, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 195 + WHERE entry = 20031234; + +-- Item Elekk Hide Leggings Entry: 31237 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031237; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31237 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 158, + stat_type3 = 5, + stat_value3 = 131, + stat_type4 = 32, + stat_value4 = 131, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031237; + +-- Item Scales of the Beast Entry: 31240 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 143, + stat_type2 = 38, + stat_value2 = 168, + stat_type3 = 3, + stat_value3 = 168, + stat_type4 = 7, + stat_value4 = 139, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031240; + +-- Item Cloak of the Craft Entry: 31255 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 31, + stat_value2 = 57, + stat_type3 = 38, + stat_value3 = 89, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031255; + +-- Item Band of Sorrow Entry: 31258 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 228, + stat_type2 = 6, + stat_value2 = 242, + stat_type3 = 45, + stat_value3 = 141, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031258; + +-- Item Crown of Endless Knowledge Entry: 31272 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031272; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31272 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 122, + stat_type2 = 7, + stat_value2 = 140, + stat_type3 = 5, + stat_value3 = 165, + stat_type4 = 6, + stat_value4 = 143, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031272; + +-- Item Necklace of Trophies Entry: 31275 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 242, + stat_type2 = 3, + stat_value2 = 192, + stat_type3 = 31, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031275; + +-- Item Boots of Zealotry Entry: 31276 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 107, + stat_type2 = 32, + stat_value2 = 121, + stat_type3 = 43, + stat_value3 = 66, + stat_type4 = 4, + stat_value4 = 124, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3557 + WHERE entry = 20031276; + +-- Item Pathfinder's Band Entry: 31277 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 294, + stat_type2 = 38, + stat_value2 = 232, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031277; + +-- Item Thundercaller's Gauntlets Entry: 31280 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 108, + stat_type2 = 5, + stat_value2 = 108, + stat_type3 = 32, + stat_value3 = 113, + stat_type4 = 45, + stat_value4 = 113, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1878 + WHERE entry = 20031280; + +-- Item Mask of Veiled Death Entry: 31281 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031281; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31281 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 71, + stat_type2 = 38, + stat_value2 = 202, + stat_type3 = 32, + stat_value3 = 171, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 870 + WHERE entry = 20031281; + +-- Item Shroud of Spiritual Purity Entry: 31282 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031282; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31282 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 225, + stat_type2 = 6, + stat_value2 = 232, + stat_type3 = 45, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031282; + +-- Item Sash of Sealed Fate Entry: 31283 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20031283; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31283 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 45, + stat_value1 = 115, + stat_type2 = 5, + stat_value2 = 104, + stat_type3 = 32, + stat_value3 = 132, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 475 + WHERE entry = 20031283; + +-- Item Pendant of Frozen Flame Entry: 24092 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024092; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24092 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30997, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024092; + +-- Item Pendant of Thawing Entry: 24093 ItemLevel 304 + DELETE FROM acore_world.item_template WHERE entry = 20024093; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 24093 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 304, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 7, + stat_value1 = 396, + stat_type2 = 0, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 30994, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20024093; + +-- Item Arm Blade of Augelmir Entry: 35573 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035573; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35573 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 526, + dmg_max1 = 932, + dmg_min2 = 526, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 239, + stat_type2 = 32, + stat_value2 = 370, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035573; + +-- Item Chestplate of the Northern Lights Entry: 35574 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035574; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35574 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 243, + stat_type3 = 45, + stat_value3 = 147, + stat_type4 = 43, + stat_value4 = 96, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035574; + +-- Item Skarvald's Dragonskin Habergeon Entry: 35575 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035575; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35575 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 36, + stat_value1 = 153, + stat_type2 = 38, + stat_value2 = 202, + stat_type3 = 3, + stat_value3 = 251, + stat_type4 = 7, + stat_value4 = 211, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035575; + +-- Item Arm Blade of Augelmir Entry: 35573 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035573; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35573 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 462, + dmg_max1 = 968, + dmg_min2 = 462, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 239, + stat_type2 = 32, + stat_value2 = 370, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035573; + +-- Item Chestplate of the Northern Lights Entry: 35574 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035574; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35574 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 234, + stat_type2 = 5, + stat_value2 = 243, + stat_type3 = 45, + stat_value3 = 147, + stat_type4 = 43, + stat_value4 = 96, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035574; + +-- Item Skarvald's Dragonskin Habergeon Entry: 35575 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035575; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35575 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 211, + stat_type2 = 36, + stat_value2 = 153, + stat_type3 = 38, + stat_value3 = 202, + stat_type4 = 3, + stat_value4 = 251, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035575; + +-- Item Keleseth's Blade of Evocation Entry: 35570 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035570; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35570 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 379, + dmg_max1 = 720, + dmg_min2 = 379, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 147, + stat_type2 = 6, + stat_value2 = 170, + stat_type3 = 45, + stat_value3 = 370, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035570; + +-- Item Dragon Stabler's Gauntlets Entry: 35571 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035571; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35571 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 120, + stat_type2 = 38, + stat_value2 = 120, + stat_type3 = 3, + stat_value3 = 120, + stat_type4 = 7, + stat_value4 = 152, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035571; + +-- Item Reinforced Velvet Helm Entry: 35572 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035572; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35572 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 183, + stat_type2 = 5, + stat_value2 = 187, + stat_type3 = 6, + stat_value3 = 172, + stat_type4 = 45, + stat_value4 = 129, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035572; + +-- Item Ingvar's Monolithic Cleaver Entry: 35576 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035576; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35576 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 818, + dmg_max1 = 1613, + dmg_min2 = 818, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 287, + stat_type2 = 31, + stat_value2 = 182, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035576; + +-- Item Holistic Patchwork Breeches Entry: 35577 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035577; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35577 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 220, + stat_type2 = 45, + stat_value2 = 134, + stat_type3 = 7, + stat_value3 = 193, + stat_type4 = 5, + stat_value4 = 168, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035577; + +-- Item Overlaid Chain Spaulders Entry: 35578 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035578; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35578 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 111, + stat_type2 = 43, + stat_value2 = 72, + stat_type3 = 7, + stat_value3 = 176, + stat_type4 = 5, + stat_value4 = 182, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035578; + +-- Item Vrykul Shackles Entry: 35579 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035579; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35579 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 76, + stat_type2 = 7, + stat_value2 = 96, + stat_type3 = 31, + stat_value3 = 32, + stat_type4 = 3, + stat_value4 = 78, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20035579; + +-- Item Skein Woven Mantle Entry: 35580 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035580; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35580 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 136, + stat_type2 = 5, + stat_value2 = 153, + stat_type3 = 45, + stat_value3 = 87, + stat_type4 = 43, + stat_value4 = 74, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20035580; + +-- Item Runecaster's Mantle Entry: 37196 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037196; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37196 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 136, + stat_type2 = 5, + stat_value2 = 142, + stat_type3 = 6, + stat_value3 = 136, + stat_type4 = 45, + stat_value4 = 116, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20037196; + +-- Item Tattered Castle Drape Entry: 37197 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037197; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37197 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 145, + stat_type2 = 12, + stat_value2 = 34, + stat_type3 = 4, + stat_value3 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 39987, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20037197; + +-- Item Dragon Prow Amulet Entry: 37290 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 151, + stat_type2 = 7, + stat_value2 = 168, + stat_type3 = 5, + stat_value3 = 177, + stat_type4 = 6, + stat_value4 = 208, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037290; + +-- Item Shroud of Resurrection Entry: 37048 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037048; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37048 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 74, + stat_type2 = 7, + stat_value2 = 108, + stat_type3 = 5, + stat_value3 = 110, + stat_type4 = 45, + stat_value4 = 93, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20037048; + +-- Item Trophy Gatherer Entry: 37050 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037050; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37050 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 593, + dmg_max1 = 1333, + dmg_min2 = 593, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 71, + stat_type2 = 7, + stat_value2 = 90, + stat_type3 = 44, + stat_value3 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037050; + +-- Item Seal of Valgarde Entry: 37051 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037051; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37051 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 83, + stat_type2 = 5, + stat_value2 = 134, + stat_type3 = 36, + stat_value3 = 139, + stat_type4 = 45, + stat_value4 = 102, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037051; + +-- Item Reanimated Armor Entry: 37052 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037052; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37052 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 272, + stat_type2 = 12, + stat_value2 = 62, + stat_type3 = 14, + stat_value3 = 170, + stat_type4 = 4, + stat_value4 = 211, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20037052; + +-- Item Amulet of Deflected Blows Entry: 37053 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037053; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37053 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 211, + stat_type2 = 7, + stat_value2 = 268, + stat_type3 = 12, + stat_value3 = 62, + stat_type4 = 14, + stat_value4 = 170, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037053; + +-- Item Silken Amice of the Ymirjar Entry: 37055 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037055; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37055 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 179, + stat_type2 = 45, + stat_value2 = 132, + stat_type3 = 7, + stat_value3 = 148, + stat_type4 = 5, + stat_value4 = 155, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20037055; + +-- Item Harpooner's Striders Entry: 37056 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037056; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37056 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 132, + stat_type2 = 5, + stat_value2 = 139, + stat_type3 = 45, + stat_value3 = 117, + stat_type4 = 43, + stat_value4 = 90, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20037056; + +-- Item Drake Rider's Tunic Entry: 37057 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037057; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37057 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 192, + stat_type2 = 7, + stat_value2 = 225, + stat_type3 = 32, + stat_value3 = 176, + stat_type4 = 38, + stat_value4 = 225, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20037057; + +-- Item Signet of Ranulf Entry: 37058 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037058; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37058 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 202, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 36, + stat_value3 = 239, + stat_type4 = 45, + stat_value4 = 176, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037058; + +-- Item Jeweled Coronation Sword Entry: 37060 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037060; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37060 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 327, + dmg_max1 = 593, + dmg_min2 = 327, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 344, + stat_type2 = 7, + stat_value2 = 106, + stat_type3 = 5, + stat_value3 = 128, + stat_type4 = 6, + stat_value4 = 114, + stat_type5 = 32, + stat_value5 = 135, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037060; + +-- Item Tor's Crest Entry: 37061 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037061; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37061 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 113, + stat_type2 = 5, + stat_value2 = 116, + stat_type3 = 32, + stat_value3 = 134, + stat_type4 = 45, + stat_value4 = 99, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9270 + WHERE entry = 20037061; + +-- Item Crown of Forgotten Kings Entry: 37062 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037062; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37062 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 164, + stat_type2 = 5, + stat_value2 = 168, + stat_type3 = 45, + stat_value3 = 147, + stat_type4 = 43, + stat_value4 = 95, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20037062; + +-- Item Vestige of Haldor Entry: 37064 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037064; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37064 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 36, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 60306, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037064; + +-- Item Ymiron's Blade Entry: 37065 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037065; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37065 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 470, + dmg_max1 = 1064, + dmg_min2 = 470, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 91, + stat_type2 = 7, + stat_value2 = 93, + stat_type3 = 32, + stat_value3 = 72, + stat_type4 = 38, + stat_value4 = 93, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037065; + +-- Item Ancient Royal Legguards Entry: 37066 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037066; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37066 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 205, + stat_type2 = 7, + stat_value2 = 258, + stat_type3 = 32, + stat_value3 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20037066; + +-- Item Ceremonial Pyre Mantle Entry: 37067 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20037067; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37067 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 128, + stat_type2 = 7, + stat_value2 = 162, + stat_type3 = 36, + stat_value3 = 166, + stat_type4 = 38, + stat_value4 = 162, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20037067; + +-- Item Berserker's Sabatons Entry: 37068 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037068; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37068 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 127, + stat_type2 = 7, + stat_value2 = 160, + stat_type3 = 31, + stat_value3 = 46, + stat_type4 = 3, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20037068; + +-- Item Dragonflayer Seer's Bindings Entry: 37069 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037069; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37069 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 76, + stat_type2 = 5, + stat_value2 = 78, + stat_type3 = 32, + stat_value3 = 89, + stat_type4 = 45, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20037069; + +-- Item Tundra Wolf Boots Entry: 37070 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037070; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37070 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 122, + stat_type2 = 5, + stat_value2 = 119, + stat_type3 = 32, + stat_value3 = 141, + stat_type4 = 45, + stat_value4 = 104, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20037070; + +-- Item Ymirjar Physician's Robe Entry: 37587 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037587; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37587 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 168, + stat_type2 = 6, + stat_value2 = 200, + stat_type3 = 45, + stat_value3 = 151, + stat_type4 = 7, + stat_value4 = 185, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20037587; + +-- Item Bands of Fading Light Entry: 37590 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037590; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37590 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 36, + stat_value1 = 83, + stat_type2 = 45, + stat_value2 = 62, + stat_type3 = 7, + stat_value3 = 88, + stat_type4 = 5, + stat_value4 = 76, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20037590; + +-- Item Glacier Sharpened Vileblade Entry: 35595 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035595; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35595 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 368, + dmg_max1 = 685, + dmg_min2 = 368, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 36, + stat_value1 = 132, + stat_type2 = 38, + stat_value2 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035595; + +-- Item Attuned Crystalline Boots Entry: 35596 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035596; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35596 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 142, + stat_type2 = 5, + stat_value2 = 170, + stat_type3 = 6, + stat_value3 = 142, + stat_type4 = 45, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035596; + +-- Item Band of Glittering Permafrost Entry: 35597 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035597; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35597 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 247, + stat_type2 = 45, + stat_value2 = 147, + stat_type3 = 43, + stat_value3 = 106, + stat_type4 = 7, + stat_value4 = 211, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035597; + +-- Item Insulating Bindings Entry: 35604 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035604; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35604 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 99, + stat_type2 = 5, + stat_value2 = 110, + stat_type3 = 32, + stat_value3 = 84, + stat_type4 = 45, + stat_value4 = 65, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035604; + +-- Item Belt of Draconic Runes Entry: 35605 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035605; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35605 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 105, + stat_type2 = 5, + stat_value2 = 139, + stat_type3 = 6, + stat_value3 = 127, + stat_type4 = 45, + stat_value4 = 90, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035605; + +-- Item Wand of Shimmering Scales Entry: 35617 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035617; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35617 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 362, + dmg_max1 = 735, + dmg_min2 = 362, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 85, + stat_type2 = 36, + stat_value2 = 113, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035617; + +-- Item Tome of the Lore Keepers Entry: 35598 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035598; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35598 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 116, + stat_type2 = 45, + stat_value2 = 83, + stat_type3 = 7, + stat_value3 = 121, + stat_type4 = 5, + stat_value4 = 139, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035598; + +-- Item Gauntlets of Serpent Scales Entry: 35599 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035599; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35599 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 157, + stat_type3 = 32, + stat_value3 = 117, + stat_type4 = 45, + stat_value4 = 100, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035599; + +-- Item Cleated Ice Boots Entry: 35600 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035600; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35600 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 7, + stat_value2 = 114, + stat_type3 = 5, + stat_value3 = 110, + stat_type4 = 36, + stat_value4 = 106, + stat_type5 = 38, + stat_value5 = 132, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035600; + +-- Item Drakonid Arm Blade Entry: 35601 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035601; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35601 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 341, + dmg_max1 = 612, + dmg_min2 = 341, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 142, + stat_type2 = 31, + stat_value2 = 65, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035601; + +-- Item Chiseled Stalagmite Pauldrons Entry: 35602 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035602; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35602 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 216, + stat_type2 = 7, + stat_value2 = 198, + stat_type3 = 32, + stat_value3 = 128, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035602; + +-- Item Greaves of the Blue Flight Entry: 35603 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035603; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35603 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 128, + stat_type2 = 45, + stat_value2 = 110, + stat_type3 = 7, + stat_value3 = 152, + stat_type4 = 5, + stat_value4 = 173, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035603; + +-- Item Frostbridge Orb Entry: 37364 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037364; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37364 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 92, + stat_type2 = 5, + stat_value2 = 94, + stat_type3 = 45, + stat_value3 = 82, + stat_type4 = 43, + stat_value4 = 63, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037364; + +-- Item Bands of the Sky Ring Entry: 37365 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037365; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37365 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 86, + stat_type2 = 5, + stat_value2 = 70, + stat_type3 = 32, + stat_value3 = 86, + stat_type4 = 45, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20037365; + +-- Item Drake-Champion's Bracers Entry: 37366 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037366; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37366 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 81, + stat_type2 = 7, + stat_value2 = 81, + stat_type3 = 31, + stat_value3 = 35, + stat_type4 = 38, + stat_value4 = 81, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20037366; + +-- Item Timeless Beads of Eternos Entry: 36943 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036943; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36943 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 197, + stat_type2 = 5, + stat_value2 = 206, + stat_type3 = 6, + stat_value3 = 239, + stat_type4 = 45, + stat_value4 = 176, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036943; + +-- Item Lifeblade of Belgaristrasz Entry: 36944 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036944; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36944 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 373, + dmg_max1 = 667, + dmg_min2 = 373, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 85, + stat_type2 = 31, + stat_value2 = 42, + stat_type3 = 38, + stat_value3 = 93, + stat_type4 = 3, + stat_value4 = 95, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036944; + +-- Item Verdisa's Cuffs of Dreaming Entry: 36945 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036945; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36945 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 77, + stat_type2 = 5, + stat_value2 = 101, + stat_type3 = 6, + stat_value3 = 99, + stat_type4 = 45, + stat_value4 = 84, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20036945; + +-- Item Runic Cage Chestpiece Entry: 36946 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036946; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36946 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 181, + stat_type2 = 5, + stat_value2 = 216, + stat_type3 = 32, + stat_value3 = 239, + stat_type4 = 45, + stat_value4 = 187, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20036946; + +-- Item Sidestepping Handguards Entry: 36951 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036951; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36951 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 135, + stat_type3 = 36, + stat_value3 = 107, + stat_type4 = 38, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20036951; + +-- Item Girdle of Obscuring Entry: 36952 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036952; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36952 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 151, + stat_type2 = 12, + stat_value2 = 32, + stat_type3 = 14, + stat_value3 = 99, + stat_type4 = 4, + stat_value4 = 119, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20036952; + +-- Item Spaulders of Skillful Maneuvers Entry: 36953 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036953; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36953 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 38, + stat_value1 = 159, + stat_type2 = 3, + stat_value2 = 124, + stat_type3 = 7, + stat_value3 = 144, + stat_type4 = 5, + stat_value4 = 132, + stat_type5 = 36, + stat_value5 = 124, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20036953; + +-- Item The Conjurer's Slippers Entry: 36954 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036954; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36954 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 135, + stat_type2 = 5, + stat_value2 = 142, + stat_type3 = 36, + stat_value3 = 170, + stat_type4 = 45, + stat_value4 = 121, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20036954; + +-- Item Centrifuge Core Cloak Entry: 36947 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036947; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36947 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 126, + stat_type2 = 7, + stat_value2 = 105, + stat_type3 = 36, + stat_value3 = 124, + stat_type4 = 38, + stat_value4 = 108, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20036947; + +-- Item Horned Helm of Varos Entry: 36948 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036948; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36948 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 179, + stat_type2 = 5, + stat_value2 = 168, + stat_type3 = 36, + stat_value3 = 176, + stat_type4 = 45, + stat_value4 = 147, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20036948; + +-- Item Gloves of the Azure-Lord Entry: 36949 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036949; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36949 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 123, + stat_type2 = 5, + stat_value2 = 149, + stat_type3 = 6, + stat_value3 = 129, + stat_type4 = 45, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20036949; + +-- Item Wing Commander's Breastplate Entry: 36950 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20036950; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36950 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 239, + stat_type2 = 7, + stat_value2 = 255, + stat_type3 = 31, + stat_value3 = 129, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20036950; + +-- Item Bindings of the Construct Entry: 36977 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036977; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36977 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 83, + stat_type2 = 5, + stat_value2 = 84, + stat_type3 = 45, + stat_value3 = 62, + stat_type4 = 43, + stat_value4 = 39, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20036977; + +-- Item Frostbridge Orb Entry: 37364 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037364; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37364 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 92, + stat_type2 = 5, + stat_value2 = 94, + stat_type3 = 45, + stat_value3 = 82, + stat_type4 = 43, + stat_value4 = 63, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037364; + +-- Item Bands of the Sky Ring Entry: 37365 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037365; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37365 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 86, + stat_type2 = 5, + stat_value2 = 70, + stat_type3 = 32, + stat_value3 = 86, + stat_type4 = 45, + stat_value4 = 66, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20037365; + +-- Item Drake-Champion's Bracers Entry: 37366 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037366; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37366 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 81, + stat_type2 = 7, + stat_value2 = 81, + stat_type3 = 31, + stat_value3 = 35, + stat_type4 = 38, + stat_value4 = 81, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20037366; + +-- Item Ring-Lord's Leggings Entry: 36976 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036976; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36976 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 151, + stat_type2 = 5, + stat_value2 = 179, + stat_type3 = 6, + stat_value3 = 155, + stat_type4 = 45, + stat_value4 = 132, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20036976; + +-- Item Ley-Whelphide Belt Entry: 36978 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036978; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36978 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 111, + stat_type2 = 7, + stat_value2 = 111, + stat_type3 = 32, + stat_value3 = 62, + stat_type4 = 38, + stat_value4 = 109, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20036978; + +-- Item Dragonflight Great-Ring Entry: 36961 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036961; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36961 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 12, + stat_value1 = 68, + stat_type2 = 31, + stat_value2 = 75, + stat_type3 = 4, + stat_value3 = 146, + stat_type4 = 7, + stat_value4 = 232, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036961; + +-- Item Wyrmclaw Battleaxe Entry: 36962 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036962; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36962 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 860, + dmg_max1 = 1555, + dmg_min2 = 860, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 36, + stat_value1 = 155, + stat_type2 = 38, + stat_value2 = 189, + stat_type3 = 3, + stat_value3 = 189, + stat_type4 = 7, + stat_value4 = 173, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036962; + +-- Item Helm of the Ley-Guardian Entry: 36969 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036969; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36969 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 31, + stat_value1 = 57, + stat_type2 = 4, + stat_value2 = 111, + stat_type3 = 7, + stat_value3 = 195, + stat_type4 = 12, + stat_value4 = 56, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20036969; + +-- Item Headguard of Westrift Entry: 36971 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036971; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36971 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 130, + stat_type2 = 7, + stat_value2 = 133, + stat_type3 = 5, + stat_value3 = 107, + stat_type4 = 31, + stat_value4 = 57, + stat_type5 = 38, + stat_value5 = 154, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20036971; + +-- Item Tome of Arcane Phenomena Entry: 36972 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036972; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36972 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 0, + stat_type2 = 36, + stat_value2 = 0, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036972; + +-- Item Vestments of the Scholar Entry: 36973 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036973; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36973 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 151, + stat_type2 = 7, + stat_value2 = 173, + stat_type3 = 5, + stat_value3 = 173, + stat_type4 = 32, + stat_value4 = 204, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20036973; + +-- Item Eregos' Ornamented Chestguard Entry: 36974 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036974; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36974 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 181, + stat_type2 = 5, + stat_value2 = 185, + stat_type3 = 32, + stat_value3 = 181, + stat_type4 = 45, + stat_value4 = 160, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20036974; + +-- Item Malygos' Favor Entry: 36975 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036975; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36975 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 589, + dmg_max1 = 1123, + dmg_min2 = 589, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 141, + stat_type2 = 5, + stat_value2 = 131, + stat_type3 = 6, + stat_value3 = 181, + stat_type4 = 45, + stat_value4 = 243, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036975; + +-- Item Phoenix Hatchling Entry: 35504 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20035504; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35504 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 55884, + spellid_2 = 46599, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035504; + +-- Item Sun Touched Satchel Entry: 35516 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20035516; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35516 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 0, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035516; + +-- Item Cord of Reconstruction Entry: 34793 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034793; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34793 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 104, + stat_type2 = 5, + stat_value2 = 121, + stat_type3 = 6, + stat_value3 = 132, + stat_type4 = 45, + stat_value4 = 119, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034793; + +-- Item Axe of Shattered Dreams Entry: 34794 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034794; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34794 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 904, + dmg_max1 = 1809, + dmg_min2 = 904, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 285, + stat_type2 = 38, + stat_value2 = 234, + stat_type3 = 44, + stat_value3 = 225, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034794; + +-- Item Helm of Sanctification Entry: 34795 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034795; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34795 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 45, + stat_value3 = 163, + stat_type4 = 43, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20034795; + +-- Item Robes of Summer Flame Entry: 34796 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034796; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34796 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 201, + stat_type2 = 6, + stat_value2 = 248, + stat_type3 = 45, + stat_value3 = 210, + stat_type4 = 7, + stat_value4 = 179, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20034796; + +-- Item Sun-infused Focus Staff Entry: 34797 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034797; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34797 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 553, + dmg_max1 = 1242, + dmg_min2 = 553, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 174, + stat_type2 = 31, + stat_value2 = 89, + stat_type3 = 45, + stat_value3 = 281, + stat_type4 = 7, + stat_value4 = 210, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034797; + +-- Item Band of Celerity Entry: 34798 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034798; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34798 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 277, + stat_type2 = 36, + stat_value2 = 230, + stat_type3 = 38, + stat_value3 = 243, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034798; + +-- Item Kharmaa's Ring of Fate Entry: 34625 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034625; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34625 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 195, + stat_type2 = 7, + stat_value2 = 243, + stat_type3 = 5, + stat_value3 = 201, + stat_type4 = 36, + stat_value4 = 201, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034625; + +-- Item Hauberk of the War Bringer Entry: 34799 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034799; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34799 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 150, + stat_type2 = 36, + stat_value2 = 162, + stat_type3 = 38, + stat_value3 = 239, + stat_type4 = 3, + stat_value4 = 179, + stat_type5 = 7, + stat_value5 = 185, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20034799; + +-- Item Sunstrider Warboots Entry: 34807 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034807; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34807 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 4, + stat_value2 = 182, + stat_type3 = 44, + stat_value3 = 145, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20034807; + +-- Item Gloves of Arcane Acuity Entry: 34808 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034808; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34808 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 31, + stat_value2 = 73, + stat_type3 = 45, + stat_value3 = 129, + stat_type4 = 7, + stat_value4 = 126, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034808; + +-- Item Sunrage Treads Entry: 34809 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 152, + stat_type2 = 7, + stat_value2 = 152, + stat_type3 = 38, + stat_value3 = 155, + stat_type4 = 44, + stat_value4 = 116, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20034809; + +-- Item Cloak of Blade Turning Entry: 34810 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 193, + stat_type2 = 35, + stat_value2 = 160, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034810; + +-- Item Bindings of Raging Fire Entry: 34697 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034697; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34697 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 88, + stat_type2 = 7, + stat_value2 = 79, + stat_type3 = 5, + stat_value3 = 83, + stat_type4 = 36, + stat_value4 = 118, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034697; + +-- Item Bracers of the Forest Stalker Entry: 34698 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034698; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34698 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 94, + stat_type2 = 7, + stat_value2 = 71, + stat_type3 = 5, + stat_value3 = 71, + stat_type4 = 38, + stat_value4 = 94, + stat_type5 = 44, + stat_value5 = 71, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20034698; + +-- Item Sun-forged Cleaver Entry: 34699 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034699; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34699 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 511, + dmg_max1 = 1069, + dmg_min2 = 511, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 101, + stat_type2 = 36, + stat_value2 = 110, + stat_type3 = 38, + stat_value3 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034699; + +-- Item Gauntlets of Divine Blessings Entry: 34700 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034700; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34700 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 36, + stat_value1 = 132, + stat_type2 = 45, + stat_value2 = 129, + stat_type3 = 7, + stat_value3 = 129, + stat_type4 = 5, + stat_value4 = 138, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20034700; + +-- Item Leggings of the Betrayed Entry: 34701 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034701; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34701 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 184, + stat_type2 = 3, + stat_value2 = 184, + stat_type3 = 36, + stat_value3 = 152, + stat_type4 = 38, + stat_value4 = 213, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20034701; + +-- Item Cloak of Swift Mending Entry: 34702 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034702; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34702 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 107, + stat_type2 = 36, + stat_value2 = 136, + stat_type3 = 43, + stat_value3 = 62, + stat_type4 = 45, + stat_value4 = 104, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034702; + +-- Item Latro's Dancing Blade Entry: 34703 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034703; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34703 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 511, + dmg_max1 = 998, + dmg_min2 = 511, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 122, + stat_type2 = 38, + stat_value2 = 97, + stat_type3 = 44, + stat_value3 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034703; + +-- Item Band of Arcane Alacrity Entry: 34704 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034704; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34704 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 185, + stat_type2 = 45, + stat_value2 = 179, + stat_type3 = 36, + stat_value3 = 239, + stat_type4 = 7, + stat_value4 = 239, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034704; + +-- Item Bracers of Divine Infusion Entry: 34705 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034705; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34705 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 50, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 5, + stat_value3 = 88, + stat_type4 = 45, + stat_value4 = 83, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034705; + +-- Item Band of Determination Entry: 34706 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034706; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34706 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 374, + stat_type2 = 37, + stat_value2 = 248, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034706; + +-- Item Boots of Resuscitation Entry: 34707 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034707; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34707 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 135, + stat_type2 = 45, + stat_value2 = 135, + stat_type3 = 43, + stat_value3 = 87, + stat_type4 = 7, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1040 + WHERE entry = 20034707; + +-- Item Cloak of the Coming Night Entry: 34708 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034708; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34708 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 36, + stat_value1 = 124, + stat_type2 = 7, + stat_value2 = 124, + stat_type3 = 31, + stat_value3 = 54, + stat_type4 = 38, + stat_value4 = 126, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034708; + +-- Item Nightstrike Entry: 34783 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034783; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34783 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 531, + dmg_max1 = 1011, + dmg_min2 = 531, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 94, + stat_type2 = 31, + stat_value2 = 40, + stat_type3 = 37, + stat_value3 = 72, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034783; + +-- Item Duskhallow Mantle Entry: 34788 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 139, + stat_type2 = 5, + stat_value2 = 122, + stat_type3 = 32, + stat_value3 = 205, + stat_type4 = 45, + stat_value4 = 158, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034788; + +-- Item Bracers of Slaughter Entry: 34789 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034789; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34789 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 112, + stat_type2 = 4, + stat_value2 = 116, + stat_type3 = 7, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4253 + WHERE entry = 20034789; + +-- Item Battle-mace of the High Priestess Entry: 34790 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034790; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34790 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 521, + dmg_max1 = 904, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 116, + stat_type2 = 5, + stat_value2 = 144, + stat_type3 = 36, + stat_value3 = 156, + stat_type4 = 45, + stat_value4 = 358, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20034790; + +-- Item Gauntlets of the Tranquil Waves Entry: 34791 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 116, + stat_type2 = 5, + stat_value2 = 102, + stat_type3 = 36, + stat_value3 = 171, + stat_type4 = 45, + stat_value4 = 132, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2245 + WHERE entry = 20034791; + +-- Item Cloak of the Betrayed Entry: 34792 ItemLevel 315 + DELETE FROM acore_world.item_template WHERE entry = 20034792; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 34792 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 315, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 115, + stat_type2 = 5, + stat_value2 = 115, + stat_type3 = 31, + stat_value3 = 68, + stat_type4 = 45, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 567 + WHERE entry = 20034792; + +-- Item The Dreamer's Shoulderpads Entry: 31190 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031190; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31190 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 145, + stat_type2 = 3, + stat_value2 = 135, + stat_type3 = 7, + stat_value3 = 115, + stat_type4 = 5, + stat_value4 = 97, + stat_type5 = 6, + stat_value5 = 92, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031190; + +-- Item Bracers of Recklessness Entry: 31284 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031284; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31284 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 4, + stat_value1 = 134, + stat_type2 = 7, + stat_value2 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031284; + +-- Item Chestguard of the Talon Entry: 31285 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031285; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31285 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 219, + stat_type2 = 7, + stat_value2 = 196, + stat_type3 = 4, + stat_value3 = 227, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031285; + +-- Item Breastplate of Rapid Striking Entry: 31286 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031286; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31286 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 167, + stat_type2 = 3, + stat_value2 = 234, + stat_type3 = 5, + stat_value3 = 154, + stat_type4 = 31, + stat_value4 = 85, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031286; + +-- Item Draenei Honor Guard Shield Entry: 31287 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031287; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31287 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 121, + stat_type2 = 32, + stat_value2 = 142, + stat_type3 = 45, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031287; + +-- Item The Master's Treads Entry: 31288 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031288; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31288 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 135, + stat_type2 = 7, + stat_value2 = 118, + stat_type3 = 31, + stat_value3 = 58, + stat_type4 = 38, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 17746, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031288; + +-- Item Staff of Divine Infusion Entry: 31289 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031289; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31289 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 841, + dmg_max1 = 1586, + dmg_min2 = 841, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 149, + stat_type2 = 6, + stat_value2 = 237, + stat_type3 = 45, + stat_value3 = 244, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031289; + +-- Item Crystalforged War Axe Entry: 31291 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031291; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31291 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 733, + dmg_max1 = 1634, + dmg_min2 = 733, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 216, + stat_type2 = 7, + stat_value2 = 247, + stat_type3 = 32, + stat_value3 = 172, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031291; + +-- Item Crystal Pulse Shield Entry: 31292 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031292; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31292 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 141, + stat_type2 = 45, + stat_value2 = 86, + stat_type3 = 43, + stat_value3 = 64, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 8086 + WHERE entry = 20031292; + +-- Item Girdle of Gale Force Entry: 31293 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031293; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31293 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 128, + stat_type2 = 5, + stat_value2 = 97, + stat_type3 = 43, + stat_value3 = 49, + stat_type4 = 38, + stat_value4 = 78, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031293; + +-- Item Pauldrons of Surging Mana Entry: 31294 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031294; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31294 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 138, + stat_type2 = 5, + stat_value2 = 145, + stat_type3 = 43, + stat_value3 = 98, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031294; + +-- Item Chestguard of the Dark Stalker Entry: 31295 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031295; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31295 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 200, + stat_type2 = 38, + stat_value2 = 237, + stat_type3 = 7, + stat_value3 = 200, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031295; + +-- Item Robe of the Crimson Order Entry: 31297 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031297; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31297 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 196, + stat_type2 = 31, + stat_value2 = 127, + stat_type3 = 45, + stat_value3 = 208, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031297; + +-- Item The Oathkeeper Entry: 31299 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031299; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31299 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 778, + dmg_max1 = 1681, + dmg_min2 = 778, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 188, + stat_type3 = 7, + stat_value3 = 163, + stat_type4 = 31, + stat_value4 = 92, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031299; + +-- Item Band of Dominion Entry: 31290 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031290; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31290 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 300, + stat_type2 = 45, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031290; + +-- Item Legguards of the Shattered Hand Entry: 31298 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031298; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31298 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 210, + stat_type2 = 3, + stat_value2 = 189, + stat_type3 = 31, + stat_value3 = 87, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031298; + +-- Item Valanos' Longbow Entry: 31303 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031303; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31303 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 521, + dmg_max1 = 1144, + dmg_min2 = 521, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 67, + stat_type2 = 32, + stat_value2 = 67, + stat_type3 = 38, + stat_value3 = 71, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031303; + +-- Item The Essence Focuser Entry: 31304 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031304; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31304 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 316, + dmg_max1 = 672, + dmg_min2 = 316, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 45, + stat_value1 = 312, + stat_type2 = 43, + stat_value2 = 112, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031304; + +-- Item Ced's Carver Entry: 31305 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 360, + dmg_max1 = 682, + dmg_min2 = 360, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 84, + stat_type2 = 32, + stat_value2 = 94, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031305; + +-- Item Leggings of the Sacred Crest Entry: 31306 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 43, + stat_value1 = 110, + stat_type2 = 5, + stat_value2 = 169, + stat_type3 = 7, + stat_value3 = 165, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031306; + +-- Item The Bringer of Death Entry: 31308 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031308; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31308 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 568, + dmg_max1 = 1128, + dmg_min2 = 568, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 154, + stat_type2 = 5, + stat_value2 = 154, + stat_type3 = 32, + stat_value3 = 180, + stat_type4 = 45, + stat_value4 = 227, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031308; + +-- Item Crystalblade of the Draenei Entry: 31234 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031234; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31234 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 312, + dmg_max1 = 562, + dmg_min2 = 312, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 12, + stat_value2 = 39, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 195 + WHERE entry = 20031234; + +-- Item Elekk Hide Leggings Entry: 31237 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031237; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31237 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 134, + stat_type2 = 4, + stat_value2 = 195, + stat_type3 = 7, + stat_value3 = 161, + stat_type4 = 5, + stat_value4 = 134, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031237; + +-- Item Scales of the Beast Entry: 31240 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031240; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31240 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 172, + stat_type2 = 3, + stat_value2 = 172, + stat_type3 = 7, + stat_value3 = 142, + stat_type4 = 5, + stat_value4 = 146, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031240; + +-- Item Cloak of the Craft Entry: 31255 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031255; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31255 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 3, + stat_value1 = 155, + stat_type2 = 31, + stat_value2 = 58, + stat_type3 = 38, + stat_value3 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031255; + +-- Item Band of Sorrow Entry: 31258 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031258; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31258 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 234, + stat_type2 = 6, + stat_value2 = 247, + stat_type3 = 45, + stat_value3 = 144, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031258; + +-- Item Crown of Endless Knowledge Entry: 31272 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031272; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31272 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 143, + stat_type2 = 5, + stat_value2 = 169, + stat_type3 = 6, + stat_value3 = 147, + stat_type4 = 45, + stat_value4 = 125, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031272; + +-- Item Necklace of Trophies Entry: 31275 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031275; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31275 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 247, + stat_type2 = 3, + stat_value2 = 196, + stat_type3 = 31, + stat_value3 = 103, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031275; + +-- Item Boots of Zealotry Entry: 31276 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031276; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31276 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 109, + stat_type2 = 32, + stat_value2 = 124, + stat_type3 = 43, + stat_value3 = 68, + stat_type4 = 4, + stat_value4 = 127, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3639 + WHERE entry = 20031276; + +-- Item Pathfinder's Band Entry: 31277 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 300, + stat_type2 = 38, + stat_value2 = 237, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20031277; + +-- Item Thundercaller's Gauntlets Entry: 31280 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031280; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31280 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 110, + stat_type2 = 5, + stat_value2 = 110, + stat_type3 = 32, + stat_value3 = 115, + stat_type4 = 45, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1921 + WHERE entry = 20031280; + +-- Item Mask of Veiled Death Entry: 31281 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031281; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31281 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 175, + stat_type2 = 31, + stat_value2 = 73, + stat_type3 = 38, + stat_value3 = 207, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 890 + WHERE entry = 20031281; + +-- Item Shroud of Spiritual Purity Entry: 31282 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031282; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31282 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 237, + stat_type2 = 45, + stat_value2 = 172, + stat_type3 = 5, + stat_value3 = 230, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031282; + +-- Item Sash of Sealed Fate Entry: 31283 ItemLevel 311 + DELETE FROM acore_world.item_template WHERE entry = 20031283; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 31283 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 311, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 106, + stat_type2 = 32, + stat_value2 = 135, + stat_type3 = 45, + stat_value3 = 117, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 486 + WHERE entry = 20031283; + +-- Item Crusader's Square Pauldrons Entry: 37115 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20037115; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37115 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 181, + stat_type3 = 12, + stat_value3 = 38, + stat_type4 = 13, + stat_value4 = 76, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3698 + WHERE entry = 20037115; + +-- Item Epaulets of Market Row Entry: 37116 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20037116; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37116 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 84, + stat_type2 = 7, + stat_value2 = 147, + stat_type3 = 5, + stat_value3 = 121, + stat_type4 = 45, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1952 + WHERE entry = 20037116; + +-- Item King's Square Bracers Entry: 37117 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20037117; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37117 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 71, + stat_type2 = 38, + stat_value2 = 86, + stat_type3 = 3, + stat_value3 = 86, + stat_type4 = 7, + stat_value4 = 78, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 904 + WHERE entry = 20037117; + +-- Item Ringlet of Repose Entry: 38611 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20038611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 38611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 197, + stat_type2 = 6, + stat_value2 = 234, + stat_type3 = 45, + stat_value3 = 176, + stat_type4 = 7, + stat_value4 = 216, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20038611; + +-- Item Chain of Fiery Orbs Entry: 38613 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20038613; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 38613 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 176, + stat_type2 = 45, + stat_value2 = 159, + stat_type3 = 43, + stat_value3 = 130, + stat_type4 = 7, + stat_value4 = 221, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20038613; + +-- Item Embrace of Sorrow Entry: 38614 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20038614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 38614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 31, + stat_value1 = 69, + stat_type2 = 38, + stat_value2 = 124, + stat_type3 = 3, + stat_value3 = 99, + stat_type4 = 7, + stat_value4 = 113, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20038614; + +-- Item Brann's Lost Mining Helmet Entry: 35670 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035670; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35670 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 237, + stat_type2 = 4, + stat_value2 = 168, + stat_type3 = 7, + stat_value3 = 183, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035670; + +-- Item Hollow Geode Helm Entry: 35672 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035672; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35672 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 190, + stat_type2 = 5, + stat_value2 = 194, + stat_type3 = 45, + stat_value3 = 120, + stat_type4 = 43, + stat_value4 = 80, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035672; + +-- Item Leggings of Burning Gleam Entry: 35673 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035673; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35673 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 139, + stat_type2 = 7, + stat_value2 = 163, + stat_type3 = 5, + stat_value3 = 216, + stat_type4 = 6, + stat_value4 = 201, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035673; + +-- Item Ironshaper's Legplates Entry: 35678 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035678; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35678 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 213, + stat_type2 = 5, + stat_value2 = 216, + stat_type3 = 32, + stat_value3 = 154, + stat_type4 = 45, + stat_value4 = 134, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035678; + +-- Item Static Cowl Entry: 35679 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035679; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35679 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 176, + stat_type2 = 5, + stat_value2 = 198, + stat_type3 = 32, + stat_value3 = 168, + stat_type4 = 45, + stat_value4 = 125, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035679; + +-- Item Amulet of Wills Entry: 35680 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035680; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35680 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 234, + stat_type2 = 7, + stat_value2 = 299, + stat_type3 = 13, + stat_value3 = 125, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035680; + +-- Item Unrelenting Blade Entry: 35681 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035681; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35681 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 278, + dmg_max1 = 553, + dmg_min2 = 278, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 36, + stat_value1 = 132, + stat_type2 = 38, + stat_value2 = 88, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035681; + +-- Item Palladium Ring Entry: 35683 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035683; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35683 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 243, + stat_type2 = 32, + stat_value2 = 193, + stat_type3 = 38, + stat_value3 = 193, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035683; + +-- Item Refined Ore Gloves Entry: 37671 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037671; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37671 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 113, + stat_type2 = 7, + stat_value2 = 145, + stat_type3 = 12, + stat_value3 = 35, + stat_type4 = 15, + stat_value4 = 82, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20037671; + +-- Item Patina-Coated Breastplate Entry: 37672 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037672; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37672 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 185, + stat_type2 = 5, + stat_value2 = 164, + stat_type3 = 36, + stat_value3 = 204, + stat_type4 = 45, + stat_value4 = 151, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20037672; + +-- Item Dark Runic Mantle Entry: 37673 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037673; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37673 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 133, + stat_type2 = 5, + stat_value2 = 139, + stat_type3 = 36, + stat_value3 = 148, + stat_type4 = 45, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20037673; + +-- Item Rune Giant Bindings Entry: 35682 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035682; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35682 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 84, + stat_type2 = 5, + stat_value2 = 94, + stat_type3 = 6, + stat_value3 = 72, + stat_type4 = 45, + stat_value4 = 58, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20035682; + +-- Item Sash of the Hardened Watcher Entry: 36997 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 90, + stat_type2 = 45, + stat_value2 = 80, + stat_type3 = 43, + stat_value3 = 63, + stat_type4 = 7, + stat_value4 = 100, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20036997; + +-- Item Boots of the Terrestrial Guardian Entry: 36999 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20036999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 107, + stat_type2 = 5, + stat_value2 = 87, + stat_type3 = 32, + stat_value3 = 83, + stat_type4 = 38, + stat_value4 = 127, + stat_type5 = 3, + stat_value5 = 125, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20036999; + +-- Item Storming Vortex Bracers Entry: 37000 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037000; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37000 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 88, + stat_type2 = 45, + stat_value2 = 66, + stat_type3 = 7, + stat_value3 = 81, + stat_type4 = 5, + stat_value4 = 72, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20037000; + +-- Item Troll Butcherer Entry: 35618 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035618; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35618 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 724, + dmg_max1 = 1586, + dmg_min2 = 724, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 32, + stat_value1 = 341, + stat_type2 = 38, + stat_value2 = 276, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035618; + +-- Item Infection Resistant Legguards Entry: 35619 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035619; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35619 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 193, + stat_type2 = 5, + stat_value2 = 216, + stat_type3 = 32, + stat_value3 = 172, + stat_type4 = 45, + stat_value4 = 134, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035619; + +-- Item Berserker's Horns Entry: 35620 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035620; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35620 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 179, + stat_type2 = 5, + stat_value2 = 183, + stat_type3 = 6, + stat_value3 = 179, + stat_type4 = 45, + stat_value4 = 125, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035620; + +-- Item Summoner's Stone Gavel Entry: 35630 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035630; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35630 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 511, + dmg_max1 = 859, + dmg_min2 = 511, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 76, + stat_type2 = 38, + stat_value2 = 121, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035630; + +-- Item Crystal Pendant of Warding Entry: 35631 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035631; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35631 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 211, + stat_type2 = 5, + stat_value2 = 243, + stat_type3 = 45, + stat_value3 = 147, + stat_type4 = 43, + stat_value4 = 106, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035631; + +-- Item Robes of Novos Entry: 35632 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035632; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35632 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 187, + stat_type2 = 5, + stat_value2 = 247, + stat_type3 = 36, + stat_value3 = 230, + stat_type4 = 45, + stat_value4 = 153, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035632; + +-- Item Staff of the Great Reptile Entry: 35633 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035633; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35633 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 584, + dmg_max1 = 1066, + dmg_min2 = 584, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 225, + stat_type2 = 36, + stat_value2 = 197, + stat_type3 = 45, + stat_value3 = 302, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035633; + +-- Item Scabrous-Hide Helm Entry: 35634 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035634; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35634 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 187, + stat_type2 = 7, + stat_value2 = 187, + stat_type3 = 38, + stat_value3 = 156, + stat_type4 = 44, + stat_value4 = 134, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035634; + +-- Item Stable Master's Breeches Entry: 35635 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035635; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35635 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 189, + stat_type2 = 5, + stat_value2 = 209, + stat_type3 = 6, + stat_value3 = 189, + stat_type4 = 45, + stat_value4 = 129, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035635; + +-- Item Tharon'ja's Aegis Entry: 35636 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035636; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35636 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 32, + stat_value3 = 110, + stat_type4 = 45, + stat_value4 = 86, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9270 + WHERE entry = 20035636; + +-- Item Muradin's Lost Greaves Entry: 35637 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035637; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35637 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 37, + stat_value1 = 258, + stat_type2 = 4, + stat_value2 = 181, + stat_type3 = 7, + stat_value3 = 197, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035637; + +-- Item Helmet of Living Flesh Entry: 35638 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035638; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35638 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 179, + stat_type2 = 7, + stat_value2 = 164, + stat_type3 = 5, + stat_value3 = 104, + stat_type4 = 36, + stat_value4 = 129, + stat_type5 = 38, + stat_value5 = 152, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035638; + +-- Item Brighthelm of Guarding Entry: 35639 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035639; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35639 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 166, + stat_type2 = 45, + stat_value2 = 103, + stat_type3 = 43, + stat_value3 = 69, + stat_type4 = 7, + stat_value4 = 166, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20035639; + +-- Item Darkweb Bindings Entry: 35640 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035640; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35640 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 83, + stat_type2 = 7, + stat_value2 = 74, + stat_type3 = 5, + stat_value3 = 60, + stat_type4 = 31, + stat_value4 = 28, + stat_type5 = 38, + stat_value5 = 72, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20035640; + +-- Item Scytheclaw Boots Entry: 35641 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035641; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35641 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 133, + stat_type2 = 45, + stat_value2 = 94, + stat_type3 = 7, + stat_value3 = 110, + stat_type4 = 5, + stat_value4 = 146, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20035641; + +-- Item Reanimator's Cloak Entry: 37799 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037799; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37799 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 108, + stat_type2 = 5, + stat_value2 = 97, + stat_type3 = 6, + stat_value3 = 110, + stat_type4 = 45, + stat_value4 = 79, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20037799; + +-- Item Aviary Guardsman's Hauberk Entry: 37800 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 168, + stat_type2 = 7, + stat_value2 = 168, + stat_type3 = 5, + stat_value3 = 121, + stat_type4 = 36, + stat_value4 = 126, + stat_type5 = 38, + stat_value5 = 185, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20037800; + +-- Item Waistguard of the Risen Knight Entry: 37801 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037801; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37801 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 102, + stat_type2 = 7, + stat_value2 = 131, + stat_type3 = 12, + stat_value3 = 32, + stat_type4 = 13, + stat_value4 = 48, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20037801; + +-- Item Charlotte's Chastizing Pauldrons Entry: 37757 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037757; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37757 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 32, + stat_value1 = 150, + stat_type2 = 5, + stat_value2 = 126, + stat_type3 = 7, + stat_value3 = 148, + stat_type4 = 45, + stat_value4 = 106, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20037757; + +-- Item Cobweb Machete Entry: 35655 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035655; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35655 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 332, + dmg_max1 = 685, + dmg_min2 = 332, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 153, + stat_type2 = 7, + stat_value2 = 104, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035655; + +-- Item Aura Focused Gauntlets Entry: 35656 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035656; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35656 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 126, + stat_type2 = 5, + stat_value2 = 157, + stat_type3 = 45, + stat_value3 = 96, + stat_type4 = 43, + stat_value4 = 68, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035656; + +-- Item Exquisite Spider-Silk Footwraps Entry: 35657 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035657; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35657 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 121, + stat_type2 = 5, + stat_value2 = 176, + stat_type3 = 6, + stat_value3 = 158, + stat_type4 = 45, + stat_value4 = 106, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035657; + +-- Item Life-Staff of the Web Lair Entry: 35658 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035658; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35658 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 614, + dmg_max1 = 1139, + dmg_min2 = 614, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 5, + stat_value1 = 225, + stat_type2 = 6, + stat_value2 = 197, + stat_type3 = 45, + stat_value3 = 302, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035658; + +-- Item Treads of Aspiring Heights Entry: 35659 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035659; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35659 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 135, + stat_type2 = 3, + stat_value2 = 164, + stat_type3 = 7, + stat_value3 = 158, + stat_type4 = 32, + stat_value4 = 110, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035659; + +-- Item Spinneret Epaulets Entry: 35660 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035660; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35660 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 124, + stat_type2 = 7, + stat_value2 = 136, + stat_type3 = 5, + stat_value3 = 189, + stat_type4 = 6, + stat_value4 = 169, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035660; + +-- Item Signet of Arachnathid Command Entry: 35661 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035661; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35661 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 239, + stat_type2 = 7, + stat_value2 = 306, + stat_type3 = 12, + stat_value3 = 64, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035661; + +-- Item Wing Cover Girdle Entry: 35662 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035662; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35662 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 122, + stat_type2 = 5, + stat_value2 = 108, + stat_type3 = 32, + stat_value3 = 144, + stat_type4 = 45, + stat_value4 = 86, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035662; + +-- Item Charmed Silken Cord Entry: 35663 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035663; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35663 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 96, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 32, + stat_value3 = 132, + stat_type4 = 45, + stat_value4 = 90, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035663; + +-- Item Treasure Seeker's Belt Entry: 37243 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037243; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37243 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 31, + stat_value1 = 50, + stat_type2 = 38, + stat_value2 = 111, + stat_type3 = 3, + stat_value3 = 74, + stat_type4 = 7, + stat_value4 = 119, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 873 + WHERE entry = 20037243; + +-- Item Stained-Glass Shard Ring Entry: 37624 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 7, + stat_value2 = 177, + stat_type3 = 36, + stat_value3 = 189, + stat_type4 = 38, + stat_value4 = 189, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037624; + +-- Item Web Winder Gloves Entry: 37625 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037625; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37625 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 116, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 36, + stat_value3 = 125, + stat_type4 = 45, + stat_value4 = 94, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20037625; + +-- Item Pauldrons of the Lightning Revenant Entry: 39534 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20039534; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 39534 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 232, + stat_type2 = 31, + stat_value2 = 90, + stat_type3 = 4, + stat_value3 = 168, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20039534; + +-- Item Ionar's Girdle Entry: 39535 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20039535; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 39535 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 120, + stat_type2 = 5, + stat_value2 = 120, + stat_type3 = 32, + stat_value3 = 136, + stat_type4 = 45, + stat_value4 = 103, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20039535; + +-- Item Thundercloud Grasps Entry: 39536 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20039536; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 39536 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 43, + stat_value1 = 72, + stat_type2 = 7, + stat_value2 = 134, + stat_type3 = 5, + stat_value3 = 149, + stat_type4 = 45, + stat_value4 = 107, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20039536; + +-- Item Tornado Cuffs Entry: 39657 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20039657; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 39657 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 32, + stat_value1 = 98, + stat_type2 = 38, + stat_value2 = 98, + stat_type3 = 3, + stat_value3 = 82, + stat_type4 = 7, + stat_value4 = 72, + stat_type5 = 5, + stat_value5 = 55, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20039657; + +-- Item Bjarngrim Family Signet Entry: 36979 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036979; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36979 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 228, + stat_type2 = 7, + stat_value2 = 209, + stat_type3 = 36, + stat_value3 = 188, + stat_type4 = 38, + stat_value4 = 228, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036979; + +-- Item Hewn Sparring Quarterstaff Entry: 36980 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036980; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36980 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 626, + dmg_max1 = 1262, + dmg_min2 = 626, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 198, + stat_type3 = 32, + stat_value3 = 102, + stat_type4 = 38, + stat_value4 = 353, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036980; + +-- Item Hardened Vrykul Throwing Axe Entry: 36981 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036981; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36981 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 510, + dmg_max1 = 953, + dmg_min2 = 510, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 96, + stat_type2 = 31, + stat_value2 = 40, + stat_type3 = 38, + stat_value3 = 73, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036981; + +-- Item Mantle of Electrical Charges Entry: 36982 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036982; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36982 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 185, + stat_type2 = 45, + stat_value2 = 137, + stat_type3 = 7, + stat_value3 = 153, + stat_type4 = 5, + stat_value4 = 160, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20036982; + +-- Item Cape of Seething Steam Entry: 36983 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036983; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36983 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 117, + stat_type2 = 5, + stat_value2 = 139, + stat_type3 = 31, + stat_value3 = 66, + stat_type4 = 45, + stat_value4 = 102, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20036983; + +-- Item Eternally Folded Blade Entry: 36984 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036984; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36984 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 348, + dmg_max1 = 648, + dmg_min2 = 348, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 118, + stat_type2 = 12, + stat_value2 = 30, + stat_type3 = 14, + stat_value3 = 64, + stat_type4 = 4, + stat_value4 = 92, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036984; + +-- Item Volkhan's Hood Entry: 36985 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036985; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36985 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 170, + stat_type2 = 5, + stat_value2 = 201, + stat_type3 = 36, + stat_value3 = 174, + stat_type4 = 45, + stat_value4 = 148, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20036985; + +-- Item Kilt of Molten Golems Entry: 36986 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036986; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36986 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 200, + stat_type2 = 5, + stat_value2 = 183, + stat_type3 = 45, + stat_value3 = 159, + stat_type4 = 43, + stat_value4 = 102, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20036986; + +-- Item Chaotic Spiral Amulet Entry: 36988 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036988; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36988 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 6, + stat_value1 = 247, + stat_type2 = 45, + stat_value2 = 182, + stat_type3 = 7, + stat_value3 = 209, + stat_type4 = 5, + stat_value4 = 214, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036988; + +-- Item Ancient Measuring Rod Entry: 36989 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036989; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36989 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 429, + dmg_max1 = 755, + dmg_min2 = 429, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 62, + stat_type2 = 5, + stat_value2 = 75, + stat_type3 = 6, + stat_value3 = 55, + stat_type4 = 31, + stat_value4 = 28, + stat_type5 = 45, + stat_value5 = 57, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036989; + +-- Item Raiments of the Titans Entry: 36991 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036991; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36991 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 214, + stat_type2 = 5, + stat_value2 = 219, + stat_type3 = 6, + stat_value3 = 233, + stat_type4 = 45, + stat_value4 = 188, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20036991; + +-- Item Leather-Braced Chain Leggings Entry: 36992 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036992; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36992 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 187, + stat_type2 = 7, + stat_value2 = 169, + stat_type3 = 5, + stat_value3 = 133, + stat_type4 = 32, + stat_value4 = 139, + stat_type5 = 38, + stat_value5 = 187, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20036992; + +-- Item Seal of the Pantheon Entry: 36993 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036993; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36993 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 1, + stat_type1 = 12, + 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, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 60214, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036993; + +-- Item Projectile Activator Entry: 36994 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036994; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36994 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 630, + dmg_max1 = 1270, + dmg_min2 = 630, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 7, + stat_value1 = 72, + stat_type2 = 32, + stat_value2 = 72, + stat_type3 = 3, + stat_value3 = 97, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20036994; + +-- Item Fists of Loken Entry: 36995 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036995; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36995 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 157, + stat_type2 = 7, + stat_value2 = 196, + stat_type3 = 32, + stat_value3 = 118, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20036995; + +-- Item Hood of the Furtive Assassin Entry: 36996 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20036996; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36996 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 166, + stat_type2 = 7, + stat_value2 = 178, + stat_type3 = 36, + stat_value3 = 161, + stat_type4 = 38, + stat_value4 = 193, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1056 + WHERE entry = 20036996; + +-- Item Librarian's Paper Cutter Entry: 37856 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20037856; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37856 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 246, + dmg_max1 = 468, + dmg_min2 = 246, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 36, + stat_value1 = 111, + stat_type2 = 32, + stat_value2 = 81, + stat_type3 = 7, + stat_value3 = 79, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037856; + +-- Item Helm of the Lightning Halls Entry: 37857 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20037857; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37857 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 142, + stat_type2 = 45, + stat_value2 = 123, + stat_type3 = 43, + stat_value3 = 94, + stat_type4 = 7, + stat_value4 = 138, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1952 + WHERE entry = 20037857; + +-- Item Awakened Handguards Entry: 37858 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20037858; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37858 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 98, + stat_type2 = 7, + stat_value2 = 112, + stat_type3 = 5, + stat_value3 = 115, + stat_type4 = 36, + stat_value4 = 135, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 904 + WHERE entry = 20037858; + +-- Item Boots of the Terrestrial Guardian Entry: 36999 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20036999; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36999 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 129, + stat_type2 = 7, + stat_value2 = 111, + stat_type3 = 5, + stat_value3 = 90, + stat_type4 = 32, + stat_value4 = 86, + stat_type5 = 38, + stat_value5 = 132, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1952 + WHERE entry = 20036999; + +-- Item Storming Vortex Bracers Entry: 37000 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20037000; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37000 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 75, + stat_type2 = 32, + stat_value2 = 91, + stat_type3 = 45, + stat_value3 = 68, + stat_type4 = 7, + stat_value4 = 84, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 904 + WHERE entry = 20037000; + +-- Item Sash of the Hardened Watcher Entry: 36997 ItemLevel 316 + DELETE FROM acore_world.item_template WHERE entry = 20036997; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 36997 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 316, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 103, + stat_type2 = 5, + stat_value2 = 93, + stat_type3 = 45, + stat_value3 = 82, + stat_type4 = 43, + stat_value4 = 65, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 493 + WHERE entry = 20036997; + +-- Item Witch Doctor's Wildstaff Entry: 35583 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035583; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35583 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 622, + dmg_max1 = 1156, + dmg_min2 = 622, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 291, + stat_type2 = 7, + stat_value2 = 327, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035583; + +-- Item Embroidered Gown of Zul'Drak Entry: 35584 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035584; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35584 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 206, + stat_type2 = 5, + stat_value2 = 234, + stat_type3 = 32, + stat_value3 = 221, + stat_type4 = 45, + stat_value4 = 153, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035584; + +-- Item Cannibal's Legguards Entry: 35585 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035585; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35585 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 38, + stat_value1 = 163, + stat_type2 = 3, + stat_value2 = 185, + stat_type3 = 7, + stat_value3 = 176, + stat_type4 = 5, + stat_value4 = 144, + stat_type5 = 31, + stat_value5 = 68, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035585; + +-- Item Frozen Scepter of Necromancy Entry: 35587 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035587; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35587 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 429, + dmg_max1 = 900, + dmg_min2 = 429, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 6, + stat_value1 = 153, + stat_type2 = 45, + stat_value2 = 354, + stat_type3 = 7, + stat_value3 = 192, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035587; + +-- Item Forlorn Breastplate of War Entry: 35588 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035588; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35588 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 216, + stat_type2 = 7, + stat_value2 = 234, + stat_type3 = 32, + stat_value3 = 280, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035588; + +-- Item Arcane Focal Signet Entry: 35589 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035589; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35589 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 216, + stat_type2 = 5, + stat_value2 = 234, + stat_type3 = 36, + stat_value3 = 216, + stat_type4 = 45, + stat_value4 = 153, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035589; + +-- Item Shroud of Akali Entry: 43305 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043305; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43305 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 167, + stat_type2 = 7, + stat_value2 = 102, + stat_type3 = 5, + stat_value3 = 102, + stat_type4 = 31, + stat_value4 = 43, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20043305; + +-- Item Gal'darah's Signet Entry: 43306 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043306; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43306 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 272, + stat_type2 = 12, + stat_value2 = 80, + stat_type3 = 37, + stat_value3 = 153, + stat_type4 = 4, + stat_value4 = 176, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20043306; + +-- Item Amulet of the Stampede Entry: 43309 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043309; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43309 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 38, + stat_value1 = 331, + stat_type2 = 37, + stat_value2 = 135, + stat_type3 = 36, + stat_value3 = 239, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20043309; + +-- Item Snowmelt Silken Cinch Entry: 35594 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035594; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35594 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 77, + stat_type2 = 7, + stat_value2 = 109, + stat_type3 = 5, + stat_value3 = 95, + stat_type4 = 6, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20035594; + +-- Item Burning Skull Pendant Entry: 37646 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037646; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37646 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 208, + stat_type2 = 7, + stat_value2 = 255, + stat_type3 = 12, + stat_value3 = 60, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 40443, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037646; + +-- Item Cloak of Bloodied Waters Entry: 37647 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037647; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37647 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 141, + stat_type2 = 7, + stat_value2 = 106, + stat_type3 = 32, + stat_value3 = 101, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 476 + WHERE entry = 20037647; + +-- Item Belt of Tasseled Lanterns Entry: 37648 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037648; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37648 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 32, + stat_value1 = 85, + stat_type2 = 38, + stat_value2 = 100, + stat_type3 = 3, + stat_value3 = 85, + stat_type4 = 7, + stat_value4 = 92, + stat_type5 = 5, + stat_value5 = 74, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20037648; + +-- Item Steel Bear Trap Bracers Entry: 35593 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035593; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35593 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 79, + stat_type2 = 7, + stat_value2 = 88, + stat_type3 = 36, + stat_value3 = 106, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20035593; + +-- Item Roc-Feather Longbow Entry: 37809 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 485, + dmg_max1 = 1042, + dmg_min2 = 485, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 31, + stat_value1 = 43, + stat_type2 = 32, + stat_value2 = 91, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037809; + +-- Item Riot Shield Entry: 35642 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035642; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35642 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 131, + stat_type2 = 7, + stat_value2 = 167, + stat_type3 = 12, + stat_value3 = 40, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 34593, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9270 + WHERE entry = 20035642; + +-- Item Xevozz's Belt Entry: 35644 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035644; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35644 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 119, + stat_type3 = 5, + stat_value3 = 102, + stat_type4 = 38, + stat_value4 = 111, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2202 + WHERE entry = 20035644; + +-- Item Prison Warden's Shotgun Entry: 35645 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035645; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35645 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 543, + dmg_max1 = 1095, + dmg_min2 = 543, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 3, + stat_value1 = 108, + stat_type2 = 38, + stat_value2 = 90, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035645; + +-- Item Lava Burn Gloves Entry: 35646 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035646; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35646 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 96, + stat_type2 = 7, + stat_value2 = 135, + stat_type3 = 5, + stat_value3 = 149, + stat_type4 = 31, + stat_value4 = 71, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035646; + +-- Item Spaulders of Ichoron Entry: 35643 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035643; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35643 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 166, + stat_type2 = 5, + stat_value2 = 189, + stat_type3 = 32, + stat_value3 = 144, + stat_type4 = 45, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035643; + +-- Item Handguards of Rapid Pursuit Entry: 35647 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035647; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35647 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 123, + stat_type2 = 3, + stat_value2 = 147, + stat_type3 = 7, + stat_value3 = 132, + stat_type4 = 37, + stat_value4 = 113, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035647; + +-- Item Void Sentry Legplates Entry: 43353 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043353; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43353 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 205, + stat_type2 = 7, + stat_value2 = 238, + stat_type3 = 12, + stat_value3 = 74, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20043353; + +-- Item Pendant of Shadow Beams Entry: 43358 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043358; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43358 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 299, + stat_type2 = 7, + stat_value2 = 176, + stat_type3 = 5, + stat_value3 = 141, + stat_type4 = 36, + stat_value4 = 187, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20043358; + +-- Item Screeching Cape Entry: 43363 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043363; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43363 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 12, + stat_value1 = 45, + stat_type2 = 37, + stat_value2 = 86, + stat_type3 = 4, + stat_value3 = 99, + stat_type4 = 7, + stat_value4 = 152, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20043363; + +-- Item Trousers of the Arakkoa Entry: 43375 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043375; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43375 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 283, + stat_type2 = 7, + stat_value2 = 118, + stat_type3 = 5, + stat_value3 = 134, + stat_type4 = 36, + stat_value4 = 149, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20043375; + +-- Item Band of Eyes Entry: 43382 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043382; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43382 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 302, + stat_type2 = 7, + stat_value2 = 153, + stat_type3 = 5, + stat_value3 = 159, + stat_type4 = 6, + stat_value4 = 187, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20043382; + +-- Item Shoulderplates of the Beholder Entry: 43387 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043387; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43387 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 31, + stat_value1 = 85, + stat_type2 = 4, + stat_value2 = 166, + stat_type3 = 7, + stat_value3 = 224, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20043387; + +-- Item Talisman of Scourge Command Entry: 35609 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035609; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35609 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 5, + stat_value1 = 146, + stat_type2 = 6, + stat_value2 = 110, + stat_type3 = 45, + stat_value3 = 89, + stat_type4 = 43, + stat_value4 = 57, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035609; + +-- Item Slasher's Amulet Entry: 35610 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035610; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35610 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 32, + stat_value1 = 221, + stat_type2 = 36, + stat_value2 = 313, + stat_type3 = 38, + stat_value3 = 181, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035610; + +-- Item Gloves of the Blood Prince Entry: 35611 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035611; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35611 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 117, + stat_type2 = 5, + stat_value2 = 157, + stat_type3 = 6, + stat_value3 = 141, + stat_type4 = 45, + stat_value4 = 96, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035611; + +-- Item Blade of Nadox Entry: 35606 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035606; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35606 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 317, + dmg_max1 = 654, + dmg_min2 = 317, + dmg_max2 = 0, + StatsCount = 2, + stat_type1 = 7, + stat_value1 = 102, + stat_type2 = 32, + stat_value2 = 155, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20035606; + +-- Item Ahn'kahar Handwraps Entry: 35607 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035607; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35607 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 117, + stat_type2 = 5, + stat_value2 = 157, + stat_type3 = 32, + stat_value3 = 141, + stat_type4 = 45, + stat_value4 = 96, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035607; + +-- Item Crawler-Emblem Belt Entry: 35608 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035608; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35608 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 124, + stat_type2 = 5, + stat_value2 = 141, + stat_type3 = 32, + stat_value3 = 111, + stat_type4 = 45, + stat_value4 = 86, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035608; + +-- Item Jedoga's Greatring Entry: 43277 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043277; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43277 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 38, + stat_value1 = 338, + stat_type2 = 3, + stat_value2 = 121, + stat_type3 = 7, + stat_value3 = 197, + stat_type4 = 32, + stat_value4 = 106, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20043277; + +-- Item Cloak of the Darkcaster Entry: 43278 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043278; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43278 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 45, + stat_value1 = 191, + stat_type2 = 7, + stat_value2 = 93, + stat_type3 = 5, + stat_value3 = 99, + stat_type4 = 43, + stat_value4 = 23, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20043278; + +-- Item Battlechest of the Twilight Cult Entry: 43279 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20043279; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 43279 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 181, + stat_type2 = 7, + stat_value2 = 268, + stat_type3 = 12, + stat_value3 = 83, + stat_type4 = 37, + stat_value4 = 141, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20043279; + +-- Item Mantle of Echoing Bats Entry: 35612 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035612; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35612 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 140, + stat_type2 = 5, + stat_value2 = 189, + stat_type3 = 36, + stat_value3 = 169, + stat_type4 = 45, + stat_value4 = 115, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 557 + WHERE entry = 20035612; + +-- Item Pyramid Embossed Belt Entry: 35613 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035613; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35613 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 132, + stat_type2 = 7, + stat_value2 = 129, + stat_type3 = 36, + stat_value3 = 108, + stat_type4 = 38, + stat_value4 = 93, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1020 + WHERE entry = 20035613; + +-- Item Volazj's Sabatons Entry: 35614 ItemLevel 309 + DELETE FROM acore_world.item_template WHERE entry = 20035614; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35614 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 309, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 3, + stat_type1 = 4, + stat_value1 = 152, + stat_type2 = 36, + stat_value2 = 216, + stat_type3 = 31, + stat_value3 = 70, + 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, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4172 + WHERE entry = 20035614; + +-- Item Glowworm Cavern Bindings Entry: 35615 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035615; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35615 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 79, + stat_type2 = 5, + stat_value2 = 91, + stat_type3 = 45, + stat_value3 = 55, + stat_type4 = 43, + stat_value4 = 41, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20035615; + +-- Item Spored Tendrils Spaulders Entry: 35616 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20035616; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 35616 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 145, + stat_type2 = 7, + stat_value2 = 106, + stat_type3 = 5, + stat_value3 = 99, + stat_type4 = 31, + stat_value4 = 58, + stat_type5 = 38, + stat_value5 = 120, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1884 + WHERE entry = 20035616; + +-- Item Stained-Glass Shard Ring Entry: 37624 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037624; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37624 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 3, + stat_value1 = 151, + stat_type2 = 7, + stat_value2 = 177, + stat_type3 = 36, + stat_value3 = 189, + stat_type4 = 38, + stat_value4 = 189, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20037624; + +-- Item Web Winder Gloves Entry: 37625 ItemLevel 305 + DELETE FROM acore_world.item_template WHERE entry = 20037625; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 37625 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 3, + ItemLevel = 305, + RequiredLevel = 80, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 36, + stat_value1 = 125, + stat_type2 = 45, + stat_value2 = 94, + stat_type3 = 7, + stat_value3 = 116, + stat_type4 = 5, + stat_value4 = 105, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 3569 + WHERE entry = 20037625; + +-- Item Lucky Old Sun Entry: 49783 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049783; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49783 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 363, + dmg_max1 = 648, + dmg_min2 = 363, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 113, + stat_type2 = 4, + stat_value2 = 90, + stat_type3 = 13, + stat_value3 = 42, + stat_type4 = 14, + stat_value4 = 62, + stat_type5 = 12, + stat_value5 = 21, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049783; + +-- Item Minister's Number One Legplates Entry: 49784 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049784; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49784 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 216, + stat_type2 = 32, + stat_value2 = 155, + stat_type3 = 31, + stat_value3 = 85, + stat_type4 = 4, + stat_value4 = 216, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20049784; + +-- Item Bewildering Shoulderpads Entry: 49785 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049785; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49785 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 124, + stat_type2 = 7, + stat_value2 = 105, + stat_type3 = 32, + stat_value3 = 105, + stat_type4 = 36, + stat_value4 = 94, + stat_type5 = 38, + stat_value5 = 240, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1056 + WHERE entry = 20049785; + +-- Item Robes of the Cheating Heart Entry: 49786 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049786; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49786 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 301, + stat_type2 = 7, + stat_value2 = 171, + stat_type3 = 5, + stat_value3 = 152, + stat_type4 = 36, + stat_value4 = 146, + stat_type5 = 6, + stat_value5 = 139, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1056 + WHERE entry = 20049786; + +-- Item Seven Stormy Mornings Entry: 49787 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049787; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49787 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 32, + stat_value1 = 58, + stat_type2 = 31, + stat_value2 = 37, + stat_type3 = 45, + stat_value3 = 132, + stat_type4 = 7, + stat_value4 = 72, + stat_type5 = 5, + stat_value5 = 67, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049787; + +-- Item Cold Sweat Grips Entry: 49788 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049788; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49788 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 32, + stat_value1 = 95, + stat_type2 = 5, + stat_value2 = 95, + stat_type3 = 45, + stat_value3 = 189, + stat_type4 = 7, + stat_value4 = 103, + stat_type5 = 31, + stat_value5 = 46, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049788; + +-- Item Heartshiver Entry: 49789 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049789; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49789 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 398, + dmg_max1 = 724, + dmg_min2 = 398, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 70, + stat_type2 = 7, + stat_value2 = 74, + stat_type3 = 32, + stat_value3 = 50, + stat_type4 = 36, + stat_value4 = 53, + stat_type5 = 38, + stat_value5 = 129, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049789; + +-- Item Blood Boil Lancet Entry: 49790 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049790; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49790 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 726, + dmg_max1 = 1583, + dmg_min2 = 726, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 118, + stat_type2 = 5, + stat_value2 = 102, + stat_type3 = 32, + stat_value3 = 102, + stat_type4 = 6, + stat_value4 = 93, + stat_type5 = 45, + stat_value5 = 393, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049790; + +-- Item Lost Reliquary Chestguard Entry: 49791 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049791; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49791 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 247, + stat_type2 = 7, + stat_value2 = 247, + stat_type3 = 32, + stat_value3 = 171, + stat_type4 = 31, + stat_value4 = 100, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20049791; + +-- Item Accursed Crawling Cape Entry: 49792 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049792; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49792 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 31, + stat_value1 = 41, + stat_type2 = 38, + stat_value2 = 173, + stat_type3 = 44, + stat_value3 = 70, + stat_type4 = 3, + stat_value4 = 93, + stat_type5 = 7, + stat_value5 = 86, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049792; + +-- Item Tower of the Mouldering Corpse Entry: 49793 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049793; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49793 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 749, + dmg_max1 = 1646, + dmg_min2 = 749, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 165, + stat_type2 = 7, + stat_value2 = 146, + stat_type3 = 32, + stat_value3 = 125, + stat_type4 = 31, + stat_value4 = 76, + stat_type5 = 38, + stat_value5 = 317, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049793; + +-- Item Legplates of Frozen Granite Entry: 49794 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049794; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49794 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 31, + stat_value1 = 70, + stat_type2 = 12, + stat_value2 = 59, + stat_type3 = 14, + stat_value3 = 144, + stat_type4 = 7, + stat_value4 = 232, + stat_type5 = 4, + stat_value5 = 149, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20049794; + +-- Item Sollerets of Suffering Entry: 49795 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049795; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49795 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 114, + stat_type2 = 7, + stat_value2 = 144, + stat_type3 = 12, + stat_value3 = 29, + stat_type4 = 14, + stat_value4 = 70, + stat_type5 = 48, + stat_value5 = 205, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20049795; + +-- Item Essence of Anger Entry: 49796 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049796; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49796 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 170, + stat_type2 = 7, + stat_value2 = 89, + stat_type3 = 5, + stat_value3 = 89, + stat_type4 = 31, + stat_value4 = 41, + stat_type5 = 36, + stat_value5 = 86, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049796; + +-- Item Brace Guards of the Starless Night Entry: 49797 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049797; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49797 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 36, + stat_value1 = 64, + stat_type2 = 45, + stat_value2 = 132, + stat_type3 = 7, + stat_value3 = 72, + stat_type4 = 5, + stat_value4 = 67, + stat_type5 = 32, + stat_value5 = 64, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20049797; + +-- Item Soul Screaming Boots Entry: 49798 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049798; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49798 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 218, + stat_type2 = 7, + stat_value2 = 133, + stat_type3 = 5, + stat_value3 = 105, + stat_type4 = 43, + stat_value4 = 22, + stat_type5 = 36, + stat_value5 = 96, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049798; + +-- Item Coil of Missing Gems Entry: 49799 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049799; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49799 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 171, + stat_type2 = 5, + stat_value2 = 146, + stat_type3 = 32, + stat_value3 = 146, + stat_type4 = 31, + stat_value4 = 76, + stat_type5 = 45, + stat_value5 = 297, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049799; + +-- Item Spiteful Signet Entry: 49800 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049800; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49800 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 165, + stat_type2 = 5, + stat_value2 = 165, + stat_type3 = 32, + stat_value3 = 146, + stat_type4 = 43, + stat_value4 = 31, + stat_type5 = 45, + stat_value5 = 324, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049800; + +-- Item Unspeakable Secret Entry: 49801 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049801; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49801 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 731, + dmg_max1 = 1365, + dmg_min2 = 731, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 32, + stat_value1 = 110, + stat_type2 = 36, + stat_value2 = 102, + stat_type3 = 45, + stat_value3 = 400, + stat_type4 = 7, + stat_value4 = 93, + stat_type5 = 5, + stat_value5 = 93, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049801; + +-- Item Garfrost's Two-Ton Hammer Entry: 49802 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049802; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49802 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 1009, + dmg_max1 = 1921, + dmg_min2 = 1009, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 36, + stat_value1 = 159, + stat_type2 = 4, + stat_value2 = 242, + stat_type3 = 32, + stat_value3 = 228, + stat_type4 = 7, + stat_value4 = 219, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049802; + +-- Item Ring of Carnelian and Bone Entry: 49803 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049803; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49803 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 36, + stat_value1 = 132, + stat_type2 = 38, + stat_value2 = 313, + stat_type3 = 3, + stat_value3 = 165, + stat_type4 = 7, + stat_value4 = 152, + stat_type5 = 32, + stat_value5 = 132, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049803; + +-- Item Polished Mirror Helm Entry: 49804 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049804; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49804 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 261, + stat_type2 = 5, + stat_value2 = 139, + stat_type3 = 7, + stat_value3 = 144, + stat_type4 = 43, + stat_value4 = 26, + stat_type5 = 36, + stat_value5 = 119, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049804; + +-- Item Ice-Steeped Sandals Entry: 49805 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049805; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49805 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 109, + stat_type2 = 5, + stat_value2 = 105, + stat_type3 = 6, + stat_value3 = 91, + stat_type4 = 36, + stat_value4 = 105, + stat_type5 = 45, + stat_value5 = 208, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049805; + +-- Item Flayer's Black Belt Entry: 49806 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049806; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49806 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 82, + stat_type2 = 37, + stat_value2 = 62, + stat_type3 = 32, + stat_value3 = 79, + stat_type4 = 38, + stat_value4 = 185, + stat_type5 = 3, + stat_value5 = 89, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1056 + WHERE entry = 20049806; + +-- Item Krick's Beetle Stabber Entry: 49807 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049807; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49807 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 336, + dmg_max1 = 626, + dmg_min2 = 336, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 44, + stat_value1 = 53, + stat_type2 = 38, + stat_value2 = 133, + stat_type3 = 36, + stat_value3 = 56, + stat_type4 = 3, + stat_value4 = 70, + stat_type5 = 7, + stat_value5 = 62, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049807; + +-- Item Bent Gold Belt Entry: 49808 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049808; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49808 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 7, + stat_value1 = 139, + stat_type2 = 32, + stat_value2 = 96, + stat_type3 = 36, + stat_value3 = 106, + stat_type4 = 4, + stat_value4 = 139, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20049808; + +-- Item Wristguards of Subterranean Moss Entry: 49809 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049809; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49809 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 36, + stat_value1 = 61, + stat_type2 = 45, + stat_value2 = 132, + stat_type3 = 7, + stat_value3 = 70, + stat_type4 = 5, + stat_value4 = 67, + stat_type5 = 6, + stat_value5 = 64, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049809; + +-- Item Scabrous Zombie Leather Belt Entry: 49810 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049810; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49810 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 31, + stat_value1 = 34, + stat_type2 = 32, + stat_value2 = 57, + stat_type3 = 38, + stat_value3 = 195, + stat_type4 = 3, + stat_value4 = 75, + stat_type5 = 7, + stat_value5 = 71, + stat_type6 = 5, + stat_value6 = 57, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049810; + +-- Item Black Dragonskin Breeches Entry: 49811 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049811; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49811 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 155, + stat_type2 = 5, + stat_value2 = 144, + stat_type3 = 32, + stat_value3 = 128, + stat_type4 = 43, + stat_value4 = 28, + stat_type5 = 45, + stat_value5 = 280, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049811; + +-- Item Purloined Wedding Ring Entry: 49812 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049812; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49812 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 4, + stat_type1 = 4, + stat_value1 = 247, + stat_type2 = 7, + stat_value2 = 247, + stat_type3 = 32, + stat_value3 = 188, + stat_type4 = 36, + stat_value4 = 165, + stat_type5 = 0, + stat_value5 = 0, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049812; + +-- Item Ghoulslicer Entry: 49827 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049827; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49827 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 591, + dmg_max1 = 1070, + dmg_min2 = 591, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 70, + stat_type2 = 7, + stat_value2 = 59, + stat_type3 = 44, + stat_value3 = 59, + stat_type4 = 38, + stat_value4 = 135, + stat_type5 = 37, + stat_value5 = 53, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049827; + +-- Item Marwyn's Macabre Fingertips Entry: 49828 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049828; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49828 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 5, + stat_value1 = 95, + stat_type2 = 45, + stat_value2 = 184, + stat_type3 = 7, + stat_value3 = 111, + stat_type4 = 6, + stat_value4 = 95, + stat_type5 = 32, + stat_value5 = 87, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049828; + +-- Item Valonforth's Tarnished Pauldrons Entry: 49829 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049829; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49829 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 128, + stat_type2 = 5, + stat_value2 = 128, + stat_type3 = 32, + stat_value3 = 99, + stat_type4 = 43, + stat_value4 = 24, + stat_type5 = 45, + stat_value5 = 246, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 4320 + WHERE entry = 20049829; + +-- Item Fallen Sentry's Hood Entry: 49830 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049830; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49830 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 144, + stat_type2 = 5, + stat_value2 = 119, + stat_type3 = 36, + stat_value3 = 102, + stat_type4 = 32, + stat_value4 = 129, + stat_type5 = 45, + stat_value5 = 242, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1056 + WHERE entry = 20049830; + +-- Item Muddied Boots of Brill Entry: 49831 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049831; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49831 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 7, + stat_value1 = 96, + stat_type2 = 5, + stat_value2 = 76, + stat_type3 = 3, + stat_value3 = 114, + stat_type4 = 38, + stat_value4 = 215, + stat_type5 = 36, + stat_value5 = 76, + stat_type6 = 32, + stat_value6 = 76, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049831; + +-- Item Eerie Runeblade Polisher Entry: 49832 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049832; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49832 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 4, + stat_value1 = 120, + stat_type2 = 7, + stat_value2 = 151, + stat_type3 = 12, + stat_value3 = 32, + stat_type4 = 13, + stat_value4 = 53, + stat_type5 = 14, + stat_value5 = 74, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049832; + +-- Item Splintered Icecrown Parapet Entry: 49833 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049833; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49833 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 363, + dmg_max1 = 629, + dmg_min2 = 363, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 7, + stat_value1 = 93, + stat_type2 = 5, + stat_value2 = 74, + stat_type3 = 32, + stat_value3 = 62, + stat_type4 = 36, + stat_value4 = 62, + stat_type5 = 45, + stat_value5 = 437, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 0 + WHERE entry = 20049833; + +-- Item Frayed Abomination Stitching Shoulders Entry: 49834 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049834; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49834 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 226, + stat_type2 = 7, + stat_value2 = 128, + stat_type3 = 5, + stat_value3 = 114, + stat_type4 = 32, + stat_value4 = 119, + stat_type5 = 36, + stat_value5 = 94, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 576 + WHERE entry = 20049834; + +-- Item Splintered Door of the Citadel Entry: 49835 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049835; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49835 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 12, + stat_value1 = 32, + stat_type2 = 14, + stat_value2 = 78, + stat_type3 = 15, + stat_value3 = 82, + stat_type4 = 4, + stat_value4 = 117, + stat_type5 = 7, + stat_value5 = 151, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 9600 + WHERE entry = 20049835; + +-- Item Frostsworn Bone Leggings Entry: 49836 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049836; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49836 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 6, + stat_type1 = 38, + stat_value1 = 300, + stat_type2 = 3, + stat_value2 = 110, + stat_type3 = 7, + stat_value3 = 122, + stat_type4 = 5, + stat_value4 = 89, + stat_type5 = 44, + stat_value5 = 96, + stat_type6 = 32, + stat_value6 = 82, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049836; + +-- Item Mitts of Burning Hail Entry: 49837 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049837; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49837 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 45, + stat_value1 = 189, + stat_type2 = 7, + stat_value2 = 99, + stat_type3 = 5, + stat_value3 = 99, + stat_type4 = 31, + stat_value4 = 50, + stat_type5 = 36, + stat_value5 = 87, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 2280 + WHERE entry = 20049837; + +-- Item Carpal Tunnelers Entry: 49838 ItemLevel 320 + DELETE FROM acore_world.item_template WHERE entry = 20049838; + + INSERT INTO acore_world.item_template ( + entry, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + ) + SELECT + entry + 20000000, class, subclass, SoundOverrideSubclass, name, displayid, Quality, Flags, FlagsExtra, BuyCount, + BuyPrice, SellPrice, InventoryType, AllowableClass, AllowableRace, ItemLevel, RequiredLevel, + RequiredSkill, RequiredSkillRank, requiredspell, requiredhonorrank, RequiredCityRank, + RequiredReputationFaction, RequiredReputationRank, maxcount, stackable, ContainerSlots, StatsCount, + stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, + stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, + stat_type9, stat_value9, stat_type10, stat_value10, ScalingStatDistribution, ScalingStatValue, + dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, armor, holy_res, fire_res, nature_res, + frost_res, shadow_res, arcane_res, delay, ammo_type, RangedModRange, spellid_1, spelltrigger_1, + spellcharges_1, spellppmRate_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, + spelltrigger_2, spellcharges_2, spellppmRate_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, + spellid_3, spelltrigger_3, spellcharges_3, spellppmRate_3, spellcooldown_3, spellcategory_3, + spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellppmRate_4, spellcooldown_4, + spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellppmRate_5, + spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, PageText, LanguageID, + PageMaterial, startquest, lockid, Material, sheath, RandomProperty, RandomSuffix, block, itemset, + MaxDurability, area, Map, BagFamily, TotemCategory, socketColor_1, socketContent_1, socketColor_2, + socketContent_2, socketColor_3, socketContent_3, socketBonus, GemProperties, RequiredDisenchantSkill, + ArmorDamageModifier, duration, ItemLimitCategory, HolidayId, ScriptName, DisenchantID, FoodType, + minMoneyLoot, maxMoneyLoot, flagsCustom, VerifiedBuild + FROM acore_world.item_template as src + WHERE src.entry = 49838 ON DUPLICATE KEY UPDATE entry = src.entry + 20000000; + + + UPDATE acore_world.item_template + SET + Quality = 4, + ItemLevel = 320, + RequiredLevel = 81, + dmg_min1 = 0, + dmg_max1 = 0, + dmg_min2 = 0, + dmg_max2 = 0, + StatsCount = 5, + stat_type1 = 3, + stat_value1 = 103, + stat_type2 = 7, + stat_value2 = 87, + stat_type3 = 32, + stat_value3 = 87, + stat_type4 = 44, + stat_value4 = 79, + stat_type5 = 38, + stat_value5 = 200, + stat_type6 = 0, + stat_value6 = 0, + stat_type7 = 0, + stat_value7 = 0, + stat_type8 = 0, + stat_value8 = 0, + stat_type9 = 0, + stat_value9 = 0, + stat_type10 = 0, + stat_value10 = 0, + spellid_1 = 0, + spellid_2 = 0, + spellid_3 = 0, + RequiredDisenchantSkill = 375, + DisenchantID = 68, + SellPrice = 0, + Armor = 1056 + WHERE entry = 20049838; + \ No newline at end of file